export declare function NotificationBarDanger({ children, className, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace NotificationBarDanger {
    var defaultProps: {
        clickHandler: null;
        className: string;
        center: boolean;
        onClose: null;
    };
}
export default NotificationBarDanger;
//# sourceMappingURL=NotificationBarDanger.d.ts.map