import { Meta, StoryObj } from "@storybook/web-components"; import type { NotificationProps } from "./bl-notification"; declare const meta: Meta; export default meta; export type NotificationArgs = { noAnimation: boolean; duration: number; } & NotificationProps; export type Story = StoryObj; export declare const AddExample: Story; export declare const RemoveExample: Story; export declare const RemoveAwaitExample: Story; export declare const PrimaryActionExample: Story; export declare const SecondaryActionExample: Story; export declare const ActionsRemoveExample: Story; export declare const PermanentExample: Story; export declare const VariantsExample: Story; export declare const RTLExample: Story; //# sourceMappingURL=bl-notification.stories.d.ts.map