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