import { Meta, StoryObj } from '@storybook/react';
import ChartTemplate from '../ChartTemplate';
declare const meta: Meta;
export default meta;
export declare const AreaChartYears: StoryObj<typeof ChartTemplate>;
export declare const LineChartYearsWithGap: StoryObj<typeof ChartTemplate>;
export declare const LineChartMonths: StoryObj<typeof ChartTemplate>;
export declare const LineChartWeeks: StoryObj<typeof ChartTemplate>;
export declare const LineChartDays: StoryObj<typeof ChartTemplate>;
export declare const LineChartHours: StoryObj<typeof ChartTemplate>;
export declare const LineChartMinutes: StoryObj<typeof ChartTemplate>;
export declare const BarChartSeconds: StoryObj<typeof ChartTemplate>;
