import { ComboTreeProps } from "../combo-tree.props";
import { UseDataSource } from "./types";
export declare function useDataSource(props: ComboTreeProps): UseDataSource;
