import type { ComponentProps, FC } from 'react'; export type CountryNameProps = ComponentProps<'span'>; export declare const CountryName: FC;