import type { TreeLabelProps } from './types';
import type { ComponentType } from 'react';
declare const TreeLabel: ComponentType<TreeLabelProps>;
export default TreeLabel;
