import { ElementRef, OnInit, OnDestroy, Renderer2 } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class PhoneMaskDirective implements OnInit, OnDestroy { private el; private renderer; private _phoneControl?; private _preValue; set phoneControl(control: AbstractControl); set preValue(value: string); constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; ngOnDestroy(): void; formatPhoneNumber(data: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }