import { ColumnSettingsInternal } from '../../../types/columnsSettingsInternal'; import { ActiveTable } from '../../../activeTable'; export declare class RemoveColumn { static reduceStaticWidthTotal(at: ActiveTable, settings: ColumnSettingsInternal): void; private static updateTableDimensions; private static cleanUpData; private static removeElements; private static removeCell; private static removeCellFromAllRows; static remove(at: ActiveTable, columnIndex: number): void; static removeEvent(this: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=removeColumn.d.ts.map