import { DataViewOptions, UseHierarchy } from "../types";
export declare function useHierarchy(props: DataViewOptions): UseHierarchy;
