import React from 'react'; export declare const NotificationBanner: ({ text, visible, }: { text: string; visible: boolean; }) => React.JSX.Element;