import type { Meta, StoryObj } from "@storybook/react";
import { Ui89Toaster } from "./Ui89Toaster";
declare const meta: Meta<typeof Ui89Toaster>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Primary: Story;
export declare const Secondary: Story;
export declare const Success: Story;
export declare const Danger: Story;
export declare const Warning: Story;
export declare const Info: Story;
export declare const PaletteBlack: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkBlue: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkGreen: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkCyan: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkRed: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkPink: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkYellow: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightGray: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteDarkGray: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightBlue: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightGreen: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightCyan: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightRed: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightPink: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteLightYellow: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const PaletteWhite: import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, {
    [x: string]: any;
}, {
    [x: string]: any;
}>;
export declare const ShowText: Story;
export declare const ShowComponent: Story;
export declare const TwoToasts: Story;
