import * as i0 from "@angular/core";
export type CountryData = [
    string,
    string,
    string,
    string,
    number?,
    (string | number)[]?
];
export declare class CountryCode {
    allCountries: CountryData[];
    static ɵfac: i0.ɵɵFactoryDeclaration<CountryCode, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CountryCode>;
}
