import type CascaderPanel from './index.vue'; export type CascaderPanelInstance = InstanceType<typeof CascaderPanel> & unknown;