import { EventEmitter, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxFlagPickerComponent { private changeDetectorRef; selectedCountryCode: string; countryCodes: string[]; customLabels: Record; showFlags: boolean; showLabels: boolean; showArrow: boolean; changedCountryCode: EventEmitter; private _isShowListCountryFlags; set isShowListCountryFlags(value: boolean); get isShowListCountryFlags(): boolean; outsideClickSelectFlags: () => void; constructor(changeDetectorRef: ChangeDetectorRef); getCountryLabel(countryCode: string): string; changeSelectedCountryCode(value: any): void; toggleListCountryFlags(): void; private openListCountryFlags; private closeListCountryFlags; private unsubscribeOutsideClickSelectFlags; static getAllCountries(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }