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