export declare const applyInputMask: (textValue: string, mask: string) => any;
