import React from 'react';
import { HTMLAttributes } from 'react';
export declare function Toolbar(props: HTMLAttributes<HTMLDivElement>): React.JSX.Element;
