import { FunctionComponent } from 'react'; /** * Not found page. */ declare const NotFound: FunctionComponent; export default NotFound;