///
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$justifyContent?: "start" | "space-between" | undefined;
$direction?: "default" | "row" | "column" | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;