import React from 'react';
interface LabelIconTreeItemProps {
    bgColor?: string;
    color?: string;
    icon?: string | React.ReactNode | React.ReactElement;
    info?: string;
    label: string;
}
declare const LabelIconTreeItem: React.ForwardRefExoticComponent<React.PropsWithoutRef<LabelIconTreeItemProps> & React.RefAttributes<unknown>>;
export default LabelIconTreeItem;
export declare const LabelIconTreeItemIcons: {
    collapseIcon: React.JSX.Element;
    expandIcon: React.JSX.Element;
    endIcon: React.JSX.Element;
};
//# sourceMappingURL=LabelIconTreeItem.d.ts.map