import { Alert } from '@grafana/ui'; import { Trans, t } from 'app/core/internationalization'; const InfoPausedRule = () => { return ( Notifications for this rule will not fire and no alert instances will be created until the rule is un-paused. ); }; export default InfoPausedRule;