import type { DrawerAnimationInfo, DrawerPlacement } from './Drawer.types'; export declare const StyledPanel: import("styled-components").StyledComponent & import("../Panel").PanelProps & import("react").RefAttributes>, any, {}, never>; export declare const StyledPopup: import("styled-components").StyledComponent>, any, { placement: DrawerPlacement; width?: number | string; height?: number | string; drawerAnimationInfo?: DrawerAnimationInfo; }, never>; //# sourceMappingURL=Drawer.styles.d.ts.map