import { Color } from "./color"; export declare class GraphInfo { 'lineWidth': number; 'color': Color; 'dashArray': Array; 'dashPhase': number; 'fillColor': Color; 'isDoubled': boolean; 'skewAngleX': number; 'skewAngleY': number; 'scalingRateX': number; 'scalingRateY': number; 'rotationAngle': number; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }