export interface NotFoundProps { basePath: string; /** What we were looking up — used in the message. */ what: string; id: string; } export declare function NotFoundPage(props: NotFoundProps): string; //# sourceMappingURL=NotFound.d.ts.map