/** * 将SelectorValue转换为Value */ export declare const transformSelectorValueToValue: (selectorValue: any) => {};