import { Meta, StoryObj } from "@storybook/react";
import { EpssChart } from "./EpssChart";
declare const meta: Meta<typeof EpssChart>;
export default meta;
type Story = StoryObj<typeof EpssChart>;
export declare const Default: Story;
export declare const Interactive: Story;
export declare const ResponsiveSizes: Story;
export declare const WithLegendAndPercentile: Story;
//# sourceMappingURL=EpssChart.stories.d.ts.map