import { ActiveTable } from '../../../activeTable'; export declare class RowDropdown { static hide(at: ActiveTable): void; private static focusCell; private static correctPositionWhenBottomOverflow; private static getLeft; private static displayAndSetPosition; private static setOverflowPosition; private static displayAndSetPositionForSticky; private static displayAndSetPositionOverflow; static display(this: ActiveTable, rowIndex: number, cellElement: HTMLElement): void; static create(at: ActiveTable): HTMLDivElement; } //# sourceMappingURL=rowDropdown.d.ts.map