import { type IToolbarProps } from "./types.js"; /** * This implementation of toolbar keeps it out of sight. * * @internal */ export declare function HiddenToolbar(_props: IToolbarProps): null; //# sourceMappingURL=HiddenToolbar.d.ts.map