import React from 'react'; import { ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta>; export default _default; export declare const Template: { (args: any): JSX.Element; args: { status: string; title: string; withClose: boolean; children: string; }; }; export declare const Variants: { (args: any): JSX.Element; args: { status: string; title: string; }; }; export declare const WithDescription: () => JSX.Element; export declare const WithCloseButton: () => JSX.Element; export declare const WithList: () => JSX.Element; export declare const WithActions: () => JSX.Element;