import { ActiveTable } from '../../../activeTable'; export declare class PaginationUpdatePageButtons { private static removeLastNumberButton; static updateOnRowRemove(at: ActiveTable): void; private static addNewNumberButtonAtEndIfNeeded; static updateOnRowInsert(at: ActiveTable): void; private static shiftLeftwards; private static shiftRightwards; static updateOnNewActive(at: ActiveTable): void; } //# sourceMappingURL=paginationUpdatePageButtons.d.ts.map