import { UseCountriesOptions, CountryType } from "../../../hooks/index.js"; export declare function getFlagEmoji(countryCode: string): string; export declare function getCountries(lang?: string): CountryType[]; /** * * @kind 03-Countries */ export declare const useCountries: (options: UseCountriesOptions) => CountryType[];