import { IPositions } from "../../../../interfaces/Table";
export declare function updatePosition(element: HTMLElement, positions: IPositions, isDefaultPosition: boolean, isEdgePosition: boolean, isScrollingStopped: boolean): void;
export declare function getHiddenRowsOffset(hasHiddenRows: boolean): number;
