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