import type DateTable from './date-table.vue'; import type Calendar from './calendar.vue'; export type DateTableInstance = InstanceType & unknown; export type CalendarDateTableInstance = DateTableInstance; export type CalendarInstance = InstanceType & unknown;