import React from 'react'; import { PageProps } from '@burner-wallet/types'; declare const Page: React.FC; export default Page;