import { type InputMaskElement, type FactoryArg, type InputMask } from 'imask'; import { IMaskFactory } from './imask-factory'; import * as i0 from "@angular/core"; export declare class DefaultImaskFactory implements IMaskFactory { create(el: InputMaskElement, opts: Opts): InputMask; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }