import { DynamicFormsFeature, DynamicFormValidationService, DynamicFormInputType } from '@dynamic-forms/core'; import { NgControl } from '@angular/forms'; import { DynamicFormInputMaskBase } from '@dynamic-forms/core/input-mask'; import * as i0 from '@angular/core'; declare function withBsDynamicFormInputMaskConverters(): DynamicFormsFeature; declare class BsDynamicFormInputMaskComponent extends DynamicFormInputMaskBase { protected validationService: DynamicFormValidationService; protected _ngControl: NgControl; constructor(validationService: DynamicFormValidationService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare const bsDynamicFormInputMaskType: DynamicFormInputType; declare function withBsDynamicFormInputMask(): DynamicFormsFeature; export { BsDynamicFormInputMaskComponent, bsDynamicFormInputMaskType, withBsDynamicFormInputMask, withBsDynamicFormInputMaskConverters };