export declare class HighChartPlotDefinition { from: number; to: number; color: string; label: any; innerRadius: string; outerRadius: string; } export declare class HighChartPlotDefinitionGuage extends HighChartPlotDefinition { label: any; }