export default Page; declare function Page({ theme, data }: { theme: any; data: any; }): JSX.Element;