import React from "react"; import type { PageProps } from "./page.definition"; export declare const Page: (props: PageProps) => React.JSX.Element;