import { ToolbarToolProps } from '../types'; declare const Toolbar: ({ render }: ToolbarToolProps) => import("react/jsx-runtime").JSX.Element | null; export { Toolbar }; //# sourceMappingURL=Toolbar.d.ts.map