/// import { DrawerProps } from './types'; import { BaseDialogViewProps } from '../dialog/types'; export type DrawerPanelProps = Pick; export declare const StyledDrawer: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme | undefined; } & DrawerPanelProps, {}, {}>; //# sourceMappingURL=styled.d.ts.map