/// export interface IToolbarProps { showQuickToolbar?: boolean; } export declare function Toolbar(props: IToolbarProps): JSX.Element;