///
import { Placement } from "./";
export declare const StyledDrawer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
open: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledDrawerPanel: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
placement: Placement;
open: boolean;
hasTitle: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledDrawerContent: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;