import * as React from 'react';
import { AlertDefinition } from '../../../../types';
export declare const renderScopeSummary: (data: AlertDefinition) => React.JSX.Element;
