import { RenderPageProps } from './types'; export declare function RenderPage(props: RenderPageProps): import("react/jsx-runtime").JSX.Element;