import type { DrawerProps } from '@mui/material'; import type { FC, PropsWithChildren } from 'react'; import React from 'react'; export declare type BottomToolbarDrawerProps = { open: boolean; style?: React.CSSProperties; className?: string; anchor?: DrawerProps['anchor']; dark?: boolean; scale?: number; }; export declare const BottomToolbarDrawer: FC>; //# sourceMappingURL=Drawer.d.ts.map