///
export declare const StyledDrawerComponent: import("@emotion/styled").StyledComponent;
export declare const StyledDrawerBottomContent: import("@emotion/styled").StyledComponent, "ref"> & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
} & {
isDragging?: boolean;
}, {}, {}>;
export declare const StyledDrawerBottomOverlay: import("@emotion/styled").StyledComponent, "ref"> & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledDrawerBottomHandler: import("@emotion/styled").StyledComponent, HTMLDivElement>, "ref"> & {
preventCycle?: boolean;
} & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;