export declare const FlowChartVoluationNode: { inherit: string; name: string; attrs: { body: { fill: string; stroke: string; }; }; ports: { groups: { top: { position: string; attrs: { circle: { r: number; magnet: boolean; stroke: string; strokeWidth: number; fill: string; }; }; }; right: { position: string; attrs: { circle: { r: number; magnet: boolean; stroke: string; strokeWidth: number; fill: string; }; }; }; bottom: { position: string; attrs: { circle: { r: number; magnet: boolean; stroke: string; strokeWidth: number; fill: string; }; }; }; left: { position: string; attrs: { circle: { r: number; magnet: boolean; stroke: string; strokeWidth: number; fill: string; }; }; }; }; items: { group: string; }[]; }; data: { shape: string; }; };