import { InjectionToken, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare const USER_COUNTRY_CODE: InjectionToken; export declare class InputPhoneDirective implements OnInit { private userCountryCode; country: string; private countrySubject; countryChange: import("rxjs").Observable; constructor(userCountryCode: string); ngOnInit(): void; updateCountry(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }