import { TreeViewPlugin } from '../../models';
import { UseTreeViewLabelSignature } from './useTreeViewLabel.types';
export declare const useTreeViewLabel: TreeViewPlugin<UseTreeViewLabelSignature>;
