import { Component, DirectiveFunction, PluginObject } from "vue"; declare namespace VueTheMaskPlugin { interface VueStatic { (): void; } } interface VueTheMaskPlugin extends PluginObject { mask: DirectiveFunction; TheMask: Component; } declare const VueTheMask: VueTheMaskPlugin; export = VueTheMask;