import React from "react"; import type { NotFoundPageProps } from "./NotFoundPage.types"; declare const NotFoundPage: React.FunctionComponent; export default NotFoundPage;