import { StoryObj } from '@storybook/vue3'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const meta: { title: string; component: DefineComponent<{ title: string; data: Record | null; type: "line" | "bar"; summary: number | null; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ title: string; data: Record | null; type: "line" | "bar"; summary: number | null; }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; tags: string[]; parameters: { docs: { description: { component: string; }; }; }; }; export default meta; export declare const LineChart: StoryObj; export declare const BarChart: StoryObj; export declare const NoDataLineChart: StoryObj; export declare const OneDataBarChart: StoryObj; export declare const ToggleChart: StoryObj; //# sourceMappingURL=StatBox.stories.d.ts.map