import * as React from 'react';
import './styles/global.css';
import NotFoundProps from './types/NotFound';
declare const NotFound: React.FC<NotFoundProps>;
export default NotFound;
