import { OuterContainers } from '../../../types/outerContainer';
import { ActiveTable } from '../../../activeTable';
export declare class NumberOfVisibleRowsElement {
    private static readonly ID;
    private static updateForRelativeRowNumber;
    private static updateForAllRows;
    static update(at: ActiveTable): void;
    static create(at: ActiveTable, containers: OuterContainers): HTMLDivElement;
}
//# sourceMappingURL=numberOfVisibleRowsElement.d.ts.map