import React from 'react'; import { ChartComponentProps } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const ABasicChartExample: any; export declare const DenseDataExample: any; export declare const LineChartWithoutMarkersExample: any; export declare const OneWeekLineChart: any; export declare const OneMonthLineChart: any; export declare const OneYearLineChart: any; export declare const ChartLoadingState: any; export declare const LineChartExample: any; export declare const BarChartExample: any; export declare const DynamicDataExample: { (): JSX.Element; args: { data: { start: string; end: string; series: { data: number[]; }[]; }; pointInterval: string; timeRange: string; }; }; export declare const NoDataCustomMessageExample: any; //# sourceMappingURL=Chart.stories.d.ts.map