import { Meta, StoryObj } from '../../../storybook/react-vite';
import { AlertExample } from './Alert.example';
declare const meta: Meta<typeof AlertExample>;
export default meta;
type Story = StoryObj<typeof AlertExample>;
export declare const Example: Story;
