import type { TagData } from './index.interface';
export declare const getValueData: (value: Array<string | number | TagData>) => TagData[];
