import { type BoxCoordinates, type Coordinate } from '@deephaven/grid'; import { type IrisGridRenderState } from './IrisGridRenderer'; declare class IrisGridCellRendererUtils { static drawTreeMarker(context: CanvasRenderingContext2D, state: IrisGridRenderState, columnX: Coordinate, rowY: Coordinate, treeBox: BoxCoordinates, color: string, isExpanded: boolean): void; } export default IrisGridCellRendererUtils; //# sourceMappingURL=IrisGridCellRendererUtils.d.ts.map