import { ChartType, ChartOrientation } from '../chart.models'; export declare class TraceComponent { dimension: Array; dimensionName?: string; measure: Array; measureName?: string; selectedPoints?: Array; type: ChartType; orientation: ChartOrientation; options?: Object; constructor(); getPlotlyTrace(): any; getPlotlyTypeLayout(): any; }