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