import type { dh as DhType } from '@deephaven/jsapi-types'; import { type BaseFormatConfig } from './ConditionalFormattingUtils'; export declare function makeTernaryFormatRule(dh: typeof DhType, config: BaseFormatConfig, prevRule: string): string | undefined; export declare function makeRowFormatColumn(dh: typeof DhType, rule: string): DhType.CustomColumn; export declare function makeColumnFormatColumn(col: DhType.Column, rule: string): DhType.CustomColumn; //# sourceMappingURL=ConditionalFormattingAPIUtils.d.ts.map