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