///
declare type StyledProps = {
size: string;
};
export declare const Main: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StyledProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};