import React from 'react';
interface NotFoundProps {
    children: React.ReactNode;
}
export declare const NotFound: (props: NotFoundProps) => React.JSX.Element;
export {};
//# sourceMappingURL=NotFound.d.ts.map