import { ActiveTable } from '../../../activeTable'; export declare class RemoveRow { private static removeAllColumnsDetails; private static update; private static rowToBeRemovedIndexWhenPagination; private static removeRow; private static changeRowIndexIfRemoveHeaderWithDataBelow; static remove(at: ActiveTable, rowIndex: number): void; } //# sourceMappingURL=removeRow.d.ts.map