import React from 'react'; import './notFound.less'; declare const NotFound: React.FC; export default NotFound;