import type { Override } from '../helpers/overrides';
import type { ComponentType, PropsWithChildren } from 'react';
declare const TreeLabelInteractable: ComponentType<PropsWithChildren<{
    overrides?: {
        LabelInteractable: Override;
    };
}>>;
export default TreeLabelInteractable;
