import { ToolbarProps } from 'react-admin'; declare function Toolbar(props: ToolbarProps): JSX.Element; export { Toolbar }; export type { ToolbarProps }; //# sourceMappingURL=Toolbar.d.ts.map