import { TreeOptionData } from '../common';
type TargetValue = string | number | object;
export declare function findParentValues(options: TreeOptionData[], targetValue: TargetValue, realValue: string, realChildren: string): (TargetValue)[];
export {};