import { PageProps } from "../PageProps"; import { FC, PropsWithChildren } from "react"; export type { PageProps }; export declare const Page: FC>;