import { BaseDrawerDeclarations } from './BaseDrawer.types'; export declare const DrawerBackdrop: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const DrawerContentRoot: import("styled-components").StyledComponent<"section", any, BaseDrawerDeclarations.BaseDrawerContentStyled, never>;