import React from 'react';
import { DrawerProps, SwipeableDrawerProps, BoxProps } from '@mui/material';
export declare const Drawer: React.FC<DrawerProps & {
    isMiniPersistent?: boolean;
    bgColor?: string;
}>;
export declare const SwipeableDrawer: React.FC<SwipeableDrawerProps & {
    isMiniPersistent?: boolean;
    bgColor?: string;
}>;
export declare const ContentWrapper: import("@emotion/styled").StyledComponent<any, {}, {}>;
export declare const DrawerHeader: React.FC<BoxProps & {
    anchor?: string;
}>;
//# sourceMappingURL=Drawer.styled.d.ts.map