/// import type { IconButtonProps } from '../Buttons/IconButton/index.js'; import '@itwin/itwinui-css/css/tree.css'; export declare type TreeNodeExpanderProps = { isExpanded?: boolean; } & IconButtonProps; export declare const TreeNodeExpander: (props: TreeNodeExpanderProps) => JSX.Element; export default TreeNodeExpander;