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