import type { Cell } from '@fortune-sheet/core'; import type { SpreadsheetConditionalDataBar } from './work-spreadsheet-conditional-data-bar'; import type { SpreadsheetConditionalIconBounds } from './work-spreadsheet-conditional-icons'; export declare function drawSpreadsheetConditionalDataBar(context: CanvasRenderingContext2D, bounds: SpreadsheetConditionalIconBounds, dataBar: SpreadsheetConditionalDataBar, cell: Cell | null, background: string, textColor?: string): void; export declare function drawSpreadsheetCommentMarker(context: CanvasRenderingContext2D, bounds: SpreadsheetConditionalIconBounds): void;