import type { Meta, StoryObj } from "@storybook/react"; import { SingleStackedBarProps } from "../SingleStackedBarChart"; declare const meta: Meta>; export default meta; type Story = StoryObj; export declare const DefaultConfiguration: Story; export declare const ThemeShowcase: Story; export declare const ManySegments: Story; export declare const FullComposition: Story; export declare const WithLegend: Story; export declare const LegendWithManyItems: Story; export declare const StackedLegendVariant: Story; //# sourceMappingURL=SingleStackedBarChart.stories.d.ts.map