import { CountryI } from "./models/country.model";
import { TranslateService } from "@ngx-translate/core";
import * as i0 from "@angular/core";
export declare class IonIntlTelInputService {
    private translate;
    translationPrefix: string;
    countryList: CountryI[];
    constructor(translate: TranslateService);
    getListOfCountries(): CountryI[];
    static ɵfac: i0.ɵɵFactoryDeclaration<IonIntlTelInputService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<IonIntlTelInputService>;
}
