import type { Meta, StoryObj } from '@storybook/react'; import { Alert as AlertComponent } from './Alert'; /** The `Alert` component displays an optionally dismissable message inside an HTML container. */ declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Alert: Story; export declare const AlertWarn: Story; //# sourceMappingURL=Alert.stories.d.ts.map