import type { StandardPageProps } from '../types'; declare const Page: (props: StandardPageProps) => JSX.Element; export default Page;