/// declare const NotFound: ({ title, message, }: { title?: string; message?: string; }) => JSX.Element; export default NotFound;