import { Meta, StoryObj } from '@storybook/react';
import { Chart } from 'src';
declare const meta: Meta<typeof Chart>;
export default meta;
export declare const Sample: StoryObj<typeof Chart>;
