import type { FC } from 'react'; declare const NotFoundPage: FC; export default NotFoundPage;