import { ActiveTable } from '../../../../activeTable'; export declare class RowElement { private static readonly LAST_VISIBLE_ROW_ID; static create(): HTMLTableRowElement; private static moveClassToLastVisibleRow; private static toggleNonAddRow; static toggleLastRowClass(at: ActiveTable): void; } //# sourceMappingURL=rowElement.d.ts.map