import * as React from "react"; import type { ToolbarOwnProps, PolymorphicWithRef } from "../types"; declare type ToolbarProps = PolymorphicWithRef; declare type ToolbarElement = (props: ToolbarProps) => React.ReactElement>; declare const Toolbar: ToolbarElement; export default Toolbar; //# sourceMappingURL=Toolbar.d.ts.map