import { Id } from "../../../ts-common/types"; export declare function getRowNode(id: Id, root: HTMLElement, split?: "left" | "right"): HTMLElement; export declare function getVisibleRowNode(row: HTMLElement, width: number, offset: number): HTMLElement;