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