import React from "react"; import { PropsWithChildren } from "react"; declare const Page: ({ children }: PropsWithChildren) => React.JSX.Element; export default Page;