import React from 'react'; declare const _default: { title: string; component: React.FC; args: { error: boolean; dismissable: boolean; type: string; icon: any; label: string; children: string; }; argTypes: { error: { control: { type: string; }; }; dismissable: { control: { type: string; }; }; type: { control: { type: string; }; options: string[]; }; icon: { control: { type: string; }; options: string[]; }; label: { control: { type: string; }; }; }; }; export default _default; export declare const basic: (args: any) => React.JSX.Element;