import * as React from "react"; export declare type NotFoundPageProps = {}; export declare const NotFoundPage: React.FC;