export default function createGroups({ configs, crossPlacements, nodes, extract, style, measureText, size, horizontal, rtl, showLabel, }: { configs: any; crossPlacements: any; nodes: any; extract: any; style: any; measureText: any; size: any; horizontal: any; rtl: any; showLabel: any; }): any[];