import { MaskedValue } from './mask.model'; import * as i0 from "@angular/core"; export declare class MaskUtils { static phoneNumberMask(options: PhoneNumberMaskOptions): (($event: any, value: string) => string) | (($event: any, value: string) => MaskedValue); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class PhoneNumberMaskOptions { displayMaskedValue: boolean; }