import { DrawerProps as MuiDrawerProps } from '@mui/material'; export type DrawerProps = MuiDrawerProps; export declare const Drawer: (props: DrawerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Drawer.d.ts.map