import type { ItemLabel } from '../typings';
/** @description 转成内部所需数据 */
export declare function transform2RenderData(data: any): ItemLabel[];
