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