AlertVariant typeAlertVariant typeAlertVariant typeAlertVariant typeSignature export declare type AlertVariant = 'success' | 'warning' | 'error' | 'info';Import import { AlertVariant } from '@grafana/ui';