import type { Country } from '../@types'; export declare const getFilteredCountryList: (list: Country[], searchValue?: string) => Country[];