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