export declare const DefaultProps: { expandTrigger: string; multiple: boolean; checkStrictly: boolean; emitPath: boolean; lazy: boolean; lazyLoad: () => void; value: string; label: string; children: string; leaf: string; disabled: string; hoverThreshold: number; }; export declare const useCascaderConfig: (props: any) => import('vue').ComputedRef;