import React from 'react'; export interface NotFoundProperties { } declare const NotFound: React.FC; export default NotFound;