import { OnInit } from '@angular/core'; import { InputPhoneDirective } from '../input-phone.directive'; import { Country } from '../../../../../tokens'; import * as i0 from "@angular/core"; export declare class InputPhoneCountriesComponent implements OnInit { private inputPhone; countries: Country[]; constructor(inputPhone: InputPhoneDirective, countries: Country[]); ngOnInit(): void; get value(): string; set value(value: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }