import { type DrawerProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../types'; type SideDialogSize = 'xs' | 'sm' | 'md' | 'lg'; export declare const StyledDrawer: import("@emotion/styled").StyledComponent, {}, {}>; export {};