import { Meta, StoryObj } from '@storybook/react';
import ChartTemplate from '../ChartTemplate';
declare const meta: Meta;
export default meta;
export declare const LineLongLegend: StoryObj<typeof ChartTemplate>;
export declare const PieLongLegend: StoryObj<typeof ChartTemplate>;
export declare const RadarLongLegend: StoryObj<typeof ChartTemplate>;
