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