import { type ReactNode } from 'react'; export declare const checkHasCountry: (node: ReactNode) => boolean;