/// import { PagePropsType } from "./interface"; declare const Page: (props: PagePropsType) => JSX.Element; export default Page;