import { AlertDefinition } from '../../../types'; export declare const getAlertTypeViewItems: (alert: AlertDefinition) => { name: string; values: string[]; };