import type { DirectiveBinding } from 'vue'; /** * Applies a mask to an input element * @param el - Input element * @param binding - Binding object from directive hook * @returns void * @public */ export declare function useStringMask(el: HTMLInputElement, binding: DirectiveBinding): void; //# sourceMappingURL=mask.d.ts.map