import type { Key, GetRowKey } from '../components/interface'; export declare function findAllChildrenKeys(data: readonly RecordType[], getRowKey: GetRowKey, childrenColumnName: string): Key[];