import type { Meta, StoryObj } from "@storybook/react"; import Alert from "./Alert"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; //# sourceMappingURL=Alert.stories.d.ts.map