import { FC } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react'; type Props = { isLoading?: boolean; }; declare const NotFoundContent: FC; export default NotFoundContent; //# sourceMappingURL=not-found-content.d.ts.map