import React from 'react'; import { ToolbarProps } from './Toolbar.types'; export declare const Toolbar: React.FC; export default Toolbar;