import * as React from 'react';
declare const NoFound: () => React.JSX.Element;
export default NoFound;
