import type { RowSelectionLinkedWithParent, RowSelectionState } from "../types"; export declare function rowSelectLinkWithParents(state: RowSelectionState): RowSelectionLinkedWithParent;