/// import './Alert.stories.scss'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; }; export default _default; export declare const Simple: () => JSX.Element; export declare const SimpleClose: { (): JSX.Element; story: { name: string; }; }; export declare const SimpleHighlight: { (): JSX.Element; story: { name: string; }; }; export declare const SimpleHiperlink: { (): JSX.Element; story: { name: string; }; }; export declare const ListLinksExample: { (): JSX.Element; story: { name: string; }; }; export declare const List: { (): JSX.Element; story: { name: string; }; };