import { ElementRef } from "@angular/core"; import { InputMaskEnum } from '../../../../../helpers/input-mask/input-mask.helper'; import * as i0 from "@angular/core"; export declare class NgtReactiveInputMaskService { private appliedMask; applyMask(mask: InputMaskEnum, inputElement: ElementRef, decimalMaskPrecision?: number, maxValue?: number, minValue?: number, validateMinValueOnMask?: boolean): void; removeMask(value: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }