import { TreeNodeProps } from "../../ComponentProps/TreeNodeProps"; export declare function getTopVisibleNodeKey(scrollContainerWrapper: HTMLDivElement, treeData: TreeNodeProps[]): string | null;