import { ReactNode } from 'react'; export declare function PageLayout(props: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element;