/* eslint-disable */ declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{}, {}, any> export default component } declare module '@mescius/inputman.vue' { export { GcMaskComponent, GcCalendarComponent, GcDateTimeComponent, GcTextBoxComponent, GcNumberComponent, GcListBoxComponent, GcComboBoxComponent, GcDateTimePickerComponent, GcTipNotifierComponent, GcIconNotifierComponent, GcMultiLineTextBoxComponent, GcCalculatorComponent, GcFunctionKeyComponent, GcFormPersistenceComponent, GcFunctionKeyInfoComponent, GcShortcutComponent, GcShortcutInfoComponent, GcSoftKeyboardComponent, GcTagBoxComponent, } }