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