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