import { Meta, StoryObj } from '@storybook/react';
import ChartTemplate from '../ChartTemplate';
declare const meta: Meta;
export default meta;
export declare const LineTitleAxisGridDots: StoryObj<typeof ChartTemplate>;
export declare const LineAxisGridDots: StoryObj<typeof ChartTemplate>;
export declare const LineTitleAxisGrid: StoryObj<typeof ChartTemplate>;
export declare const LineTitleSubtitleGrid: StoryObj<typeof ChartTemplate>;
export declare const LineTitleDataValues: StoryObj<typeof ChartTemplate>;
export declare const LineDataValuesOnly: StoryObj<typeof ChartTemplate>;
export declare const LineTitleAxisGridDotsNegative: StoryObj<typeof ChartTemplate>;
