import React from "react"; import type { EntityListItemProps } from "../EntityList/types"; export declare function EntityTreeItemExpandButton({ size, onClick, isExpanded, isDisabled, ariaLabelExpand, ariaLabelCollapse, tabIndex, }: Partial): React.ReactElement;