import { TreeInformation, TreeItemIndex, TreeProps } from '../types'; export declare const useCreatedTreeInformation: (tree: TreeProps, renamingItem: TreeItemIndex | null, search: string | null) => TreeInformation;