import { CountryModel } from "./model/CountryModel";
export declare class IntlInputPhoneService {
    constructor();
    /**
     * Return the list of Countrymodel.
     */
    GetCountryList(): CountryModel[];
}
