import { AfterViewInit, OnInit } from "@angular/core"; import { BehaviorSubject } from "rxjs"; import * as i0 from "@angular/core"; export declare class IntPhoneInputComponent implements AfterViewInit, OnInit { placeholder: string; private readonly container; defaultDropdownWidth: number; containerRectData$: BehaviorSubject<{ width: number; }>; list$: BehaviorSubject<{ value: any; label: any; }[]>; createList(): { value: string; label: string; }[]; ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }