export default function createItem({ config, crossPlacements, node, line, groupIndex, extract, style, measureText, size, horizontal, rtl, meta, showLabel, }: { config: any; crossPlacements: any; node: any; line: any; groupIndex: any; extract: any; style: any; measureText: any; size: any; horizontal: any; rtl: any; meta: any; showLabel: any; }): false | { key: string; config: any; node: any; line: any; group: any; value: any; labelMeasurements: any; bounds: { x: any; y: any; width: any; height: any; }; inside: boolean; border: number; classification: string; setClassification(c: any): void; preferences: never[]; setPreferences(p: any): void; fixedPlacement: any; placement: undefined; setPlacement(p: any): void; duplicate: boolean; setDuplicate(): void; extreme: any; elite: boolean; show: any; };