export declare const defaultProps: { chartWidth: number; chartHeight: number; chartMargin: { top: number; right: number; bottom: number; left: number; }; numberOfBar: number; bottomLineColor: string; chartColor: string; rangeType: string; chartType: string; numberOfBins: number; onError: (val: any) => any; };