import { RunnableErrorNotificationProps as Props } from "./showRunnableErrorNotification";
declare const _default: {
    title: string;
    parameters: {
        chromatic: {
            delay: number;
        };
    };
};
export default _default;
export declare const Task: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const Session: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
export declare const WithSlug: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Props>;
