import type { SxProps, Theme } from '@mui/material';
interface DrawerStylesProps {
    theme?: Theme;
    open?: boolean;
    bgColor?: string;
    isMiniPersistent?: boolean;
    drawerWidth?: number | string;
}
export declare function drawerStyles(props: DrawerStylesProps): SxProps;
export {};
//# sourceMappingURL=Drawer.styles.d.ts.map