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.RefAttributes>; export default LabelIconTreeItem; export declare const LabelIconTreeItemIcons: { collapseIcon: React.JSX.Element; expandIcon: React.JSX.Element; endIcon: React.JSX.Element; }; //# sourceMappingURL=LabelIconTreeItem.d.ts.map