///
export declare const SyledLayout: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
column1Width: number;
column2Width: number;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;