import { SxProps } from '@mui/material'; type IDrawerProps = React.PropsWithChildren<{ sx?: SxProps; }>; declare function Drawer(props: IDrawerProps): JSX.Element; export { Drawer }; export type { IDrawerProps }; //# sourceMappingURL=Drawer.d.ts.map