import { Ref } from 'react'; import { TreeChangeActions, TreeRef } from '../types'; export declare const useCreatedTreeRef: (ref: Ref, actions: TreeChangeActions) => void;