import { FieldType, FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; interface IProps extends FormlyFieldProps { styleClass?: string; mask: string; } export declare class KalpanixFormlyInputMask extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};