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