///
type PageContentWrapperProps = {
$isFullHeight?: boolean;
$isPaddingDisabled?: boolean;
$isSeparatorShown?: boolean;
$isNewLayout: boolean;
};
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & PageContentWrapperProps, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const Content: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$hasAside?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};