import { CellStateColorProperties, DefaultCellHoverColors } from '../../types/cellStateColors'; export declare class CellHighlightUtils { static fade(cellElement: HTMLElement, defaultColorProperties?: CellStateColorProperties): void; static highlight(cellElement: HTMLElement, hoverColorProperties?: CellStateColorProperties): void; static unsetDefaultHoverProperties(defaultCellHoverColors: DefaultCellHoverColors): void; static getDefaultHoverProperties(): DefaultCellHoverColors; } //# sourceMappingURL=cellHighlightUtils.d.ts.map