import { type JSX } from 'react';
/** Generates the 404 error page */
declare function Page404(): JSX.Element;
export default Page404;
