import React from 'react';
declare const NotFound: React.FC<any>;
export default NotFound;
