import { ComponentStory } from "@storybook/react"; import Alert from "./Alert"; type Story = ComponentStory; declare const _default: import("@storybook/types").ComponentAnnotations | import("@storybook/types").ComponentAnnotations; export default _default; export declare const DefaultBadgeGroup: Story; export declare const BadgeGroupWithoutCloseButton: Story; export declare const BadgeGroupWithoutActions: Story; export declare const BadgeGroupWithoutActionsAndSupportingText: Story; export declare const BadgeGroupWithoutActionsAndCloseButton: Story; export declare const BadgeGroupWithoutActionsAndSupportingTextAndCloseButton: Story; export declare const CompactBadgeGroupWithoutCloseButton: Story; export declare const CompactBadgeGroupWithoutCloseButtonAndActions: Story; export declare const DefaultTextAlert: Story; export declare const TextAsANodeAlert: Story; export declare const TextAlertWithoutActions: Story; export declare const TextAlertWithoutActionsAndSupportingText: Story; export declare const CompactTextAlert: Story; export declare const CompactTextAlertWithoutActions: Story; export declare const CompactTextAlertWithoutActionsAndSupportingText: Story; export declare const CompactTextAlertWithCustomIcon: Story;