import { FC } from 'react'; import { ToolbarInterface } from './toolbar.types'; export declare const Toolbar: FC;