export declare const FlowChartStartNode: { inherit: string; name: string; attrs: { body: { stroke: string; fill: string; rx: number; ry: number; }; }; 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: { id: string; shape: string; }; position: { x: number; y: number; }; };