export declare const widthProperty: string[]; export declare const heightProperty: string[]; export declare const chartDataProperty: string[]; export declare const chartCategoryProperty: string[]; export declare const chartSeriesProperty: string[]; export declare const chartLegendProperty: string[]; export declare const chartPrimaryCategoryAxisProperty: string[]; export declare const chartPrimaryValueAxisProperty: string[]; export declare const chartTitleProperty: string[]; export declare const chartTypeProperty: string[]; export declare const trendLinesProperty: string[]; export declare const dataPointsProperty: string[]; export declare const seriesNameProperty: string[]; export declare const dataLabelProperty: string[]; export declare const errorBarProperty: string[]; export declare const fillProperty: string[]; export declare const lineProperty: string[]; export declare const rgbProperty: string[]; export declare const idProperty: string[]; export declare const foreColorProperty: string[]; export declare const positionProperty: string[]; export declare const typeProperty: string[]; export declare const nameProperty: string[]; export declare const directionProperty: string[]; export declare const endStyleProperty: string[]; export declare const forwardProperty: string[]; export declare const backwardProperty: string[]; export declare const interceptProperty: string[]; export declare const categoryTypeProperty: string[]; export declare const hasMajorGridLinesProperty: string[]; export declare const hasMinorGridLinesProperty: string[]; export declare const majorUnitProperty: string[]; export declare const isAutoMajorProperty: string[]; export declare const maximumValueProperty: string[]; export declare const minimumValueProperty: string[]; export declare const categoryXNameProperty: string[]; export declare const numberFormatProperty: string[]; export declare const yValueProperty: string[]; export declare const sizeProperty: string[]; export declare const seriesFormatProperty: string[];