/// <reference types="react" />
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: {
        (props: import("./types").UpNotificationProps & import("../../../Common/theming/withTheme").WithThemeProps): JSX.Element;
        defaultProps: import("./types").UpNotificationProps & import("../../../Common/theming/withTheme").WithThemeProps;
    };
};
export default _default;
export declare const General: () => JSX.Element;
export declare const DismissableNotification: () => JSX.Element;
export declare const AutoDismissableNotification: () => JSX.Element;
export declare const WithTitle: () => JSX.Element;
export declare const WithBigIcon: () => JSX.Element;
export declare const ShowInModal: {
    (): JSX.Element;
    decorators: ((ShowInModal: any) => JSX.Element)[];
};
export declare const ShowInText: () => JSX.Element;
