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