import { ToasterProps } from '../../..';
declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"div", ToasterProps>;
};
export default _default;
export declare const Default: {
    (args: ToasterProps): JSX.Element;
    args: {
        duration: string;
    };
};
export declare const Description: (args: ToasterProps) => JSX.Element;
export declare const Action: (args: ToasterProps) => JSX.Element;
export declare const Info: (args: ToasterProps) => JSX.Element;
export declare const Success: (args: ToasterProps) => JSX.Element;
export declare const Warning: (args: ToasterProps) => JSX.Element;
export declare const Error: (args: ToasterProps) => JSX.Element;
export declare const Positioning: (args: ToasterProps) => JSX.Element;
//# sourceMappingURL=Toast.stories.d.ts.map