import * as i0 from "@angular/core";
interface CountryCodeAndFlag {
    flag: string;
    countryCode: string;
}
export declare class SupportedCountriesComponent {
    set countryCodes(countryCodes: string[]);
    coutryCodeAndFlags: CountryCodeAndFlag[];
    private getEmojiFlag;
    static ɵfac: i0.ɵɵFactoryDeclaration<SupportedCountriesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SupportedCountriesComponent, "app-supported-countries", never, { "countryCodes": "countryCodes"; }, {}, never, never>;
}
export {};
