import { DrawerDeclarations } from './Drawer.types'; export declare const DrawerContentRoot: import("styled-components").StyledComponent<"section", any, DrawerDeclarations.DrawerContentStyled, never>; export declare const DrawerHeader: import("styled-components").StyledComponent<"header", any, { headerBorder?: boolean; }, never>; export declare const DrawerTitle: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const DrawerCloseBtn: import("styled-components").StyledComponent<"button", any, {}, never>; export declare const DrawerFooter: import("styled-components").StyledComponent<"footer", any, { footerBorder?: boolean; }, never>; export declare const DrawerContent: import("styled-components").StyledComponent<"div", any, { scrollbarBorder: boolean; }, never>;