import { type ReactElement } from "react"; import { type IToolbarProps } from "./types.js"; /** * @internal */ export declare function Toolbar(props: IToolbarProps): ReactElement; //# sourceMappingURL=Toolbar.d.ts.map