export interface SVGStyleForSegmentParams { segmentationId: string; segmentIndex: number; viewportId: string; autoGenerated?: boolean; } export declare function getSVGStyleForSegment({ segmentationId, segmentIndex, viewportId, autoGenerated, }: SVGStyleForSegmentParams): { color: string; fillColor: string; lineWidth: number; fillOpacity: number; lineDash: any; textbox: { color: string; }; visibility: boolean; };