import type CascaderPanel from './index.vue'; import type Menu from './menu.vue'; export type CascaderMenuInstance = InstanceType & unknown; export type CascaderPanelInstance = InstanceType & unknown;