import { PageLayoutProps } from './PageLayout.types'; export declare const PageLayout: ({ paddingTop, paddingBottom, minHeight, children, className, }: PageLayoutProps) => import("react/jsx-runtime").JSX.Element;