import { BaseTreeSelectProps } from './use-treeselect.type'; import type { KeygenResult } from '../../common/type'; declare const useTreeSelect: (props: BaseTreeSelectProps) => { value: KeygenResult[]; onChange: (v: KeygenResult[], ...reset: any[]) => void; }; export default useTreeSelect; //# sourceMappingURL=use-treeselect.d.ts.map