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