import { ExpandableDrawerDirection } from '.'; export declare const DrawerContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { stickToBottom: boolean; }, never>; declare type DrawHeaderProps = { headerHeight: number; stickToBottom: boolean; isExpanded: boolean; expandDirection: ExpandableDrawerDirection; }; export declare const DrawerHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, DrawHeaderProps, never>; export declare const DrawerHeaderLeftContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare type ExpandedContentContainerProps = { $isExpanded: boolean; $expandDirection: ExpandableDrawerDirection; $stickToBottom: boolean; }; export declare const ExpandedContentContainer: import("styled-components").StyledComponent, import("styled-components").DefaultTheme, ExpandedContentContainerProps, never>; export declare const ExpandIconContainer: import("styled-components").StyledComponent, import("styled-components").DefaultTheme, {}, never>; export {};