import { Meta, StoryObj } from '@storybook/react-vite'; import { LineChart } from '../index'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story;