import { CSSValue } from './PageLayout.types'; export declare const StyledPageLayout: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, { $paddingTop?: CSSValue | undefined; $paddingBottom?: CSSValue | undefined; $minHeight?: CSSValue | undefined; }, never>;