/**
 * @usage
 *
 * <NotificationBarBase>This is a warning</NotificationBarBase>
 */
declare function NotificationBarBase({ children, clickHandler, className, center, onClose, ...rest }: any): import("react/jsx-runtime").JSX.Element;
declare namespace NotificationBarBase {
    var defaultProps: {
        clickHandler: null;
        className: string;
        center: boolean;
        onClose: null;
    };
}
export default NotificationBarBase;
//# sourceMappingURL=NotificationBarBase.d.ts.map