export declare class ChartGlobalOptionsModel { animations?: boolean; autoScale?: boolean; colorScheme?: any; colorSets?: any; fitContainer?: boolean; gradient?: boolean; height?: number; legendPosition?: string; legendTitle?: string; maxXAxisTickLength?: number; maxYAxisTickLength?: number; range?: boolean; rotateXAxisTicks?: boolean; roundDomains?: boolean; schemeType?: string; showDataLabel?: boolean; showGridLines?: boolean; showLegend?: boolean; showXAxis?: boolean; showXAxisLabel?: boolean; showYAxis?: boolean; showYAxisLabel?: boolean; tooltipDisabled?: boolean; trimXAxisTicks?: boolean; trimYAxisTicks?: boolean; view?: any[]; width?: number; xAxisLabel?: string; xScaleMax?: any; xScaleMin?: any; yAxisLabel?: string; yScaleMax?: number; yScaleMin?: number; constructor(opts: ChartGlobalOptionsModel); } //# sourceMappingURL=chart-global-options.model.d.ts.map