import { Component as VueComponent } from "vue";

export type VueModule = {
  default: VueComponent;
};
