import { ActiveTable } from '../../activeTable'; export declare class CustomRowProperties { private static setStyle; static updateRow(at: ActiveTable, rowElement: HTMLElement, rowIndex: number, isAddRowEven: boolean, lastRowIndex: number): void; private static isAddRowRowSame; static update(at: ActiveTable, startIndex?: number): void; } //# sourceMappingURL=customRowProperties.d.ts.map