declare module "vue-3-mask" {
  import { App } from "vue";
  export const MaskInput: any;
  export const install: (app: App) => void;
}
