import { Meta, StoryObj } from '@storybook/react'; import XAlert from '..'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const WithAComponentInChildrenError: Story; export declare const PrimaryAComponentInChildrenError: Story; export declare const SuccessAComponentInChildrenError: Story; export declare const WarningAComponentInChildrenError: Story; export declare const ErrorComponentInChildrenError: Story; export declare const DisabledAComponentInChildrenError: Story;