import { TreeProps } from "../types/tree-props";
export declare function useValidatedProps<T>(props: TreeProps<T>): TreeProps<T>;
