import { PagePayload } from './index.js'; type Props = { lattice: PagePayload; }; export default function Page({ lattice }: Props): import("react").JSX.Element; export {};