import React from 'react'; interface IndentBorderTreeItemProps { bgColor?: string; color?: string; label: string; } declare const IndentBorderTreeItem: React.ForwardRefExoticComponent & React.RefAttributes>; export default IndentBorderTreeItem; export declare const IndentBorderTreeItemIcons: { collapseIcon: string; expandIcon: React.JSX.Element; endIcon: React.JSX.Element; }; //# sourceMappingURL=IndentBorderTreeItem.d.ts.map