import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const Warning: (props: Props) => JSX.Element; export declare const _Error: (props: Props) => JSX.Element; export declare const Success: (props: Props) => JSX.Element; export declare const WithIcon: (props: Props) => JSX.Element; export declare const WithLink: (props: Props) => JSX.Element; export declare const WithCustomNoteContent: (props: Props) => JSX.Element; export declare const WithLongContent: (props: Props) => JSX.Element; export declare const WithNoTitle: (props: Props) => JSX.Element; export declare const WithNoCta: (props: Props) => JSX.Element; export declare const WithDeprecatedProps: (props: Props) => JSX.Element; //# sourceMappingURL=Banner.stories.d.ts.map