import { DefineComponent } from 'vue' export const MlCascader: DefineComponent<{ modelValue?: any checkStrictly?: boolean emitPath?: boolean options?: any[] optionProps?: { label?: string, value?: string, children?: string } 'onUpdate:modelValue'?: (value: any) => void onChange?: (params: any) => void }>