import React from "react"; import type { EntityListItemProps } from "../EntityList/types"; export declare const EntityTreeItem: ({ checkboxProps, children, description, hideBorder, isActive, isClickable, isDisabled, isDisabledExpand, isExpanded, lSpaceStep, onClick, onExpandClick, onSpaceEnterPress, renderLabel, renderLeft, renderRight, size, tabIndex, ariaLabelExpand, ariaLabelCollapse, "aria-level": ariaLevel, "aria-label": ariaLabel, "data-list-item": dataListItem, }: EntityListItemProps) => React.ReactElement;