import React from 'react'; declare const NotFound: ({ statusCode, statusText, }: { statusCode: number; statusText: string; }) => React.JSX.Element; export default NotFound;