import * as React from 'react'; import { AdaptableAlert } from '../../../types'; export declare const ActiveAlertsPanelItemLabel: React.FunctionComponent<{ data: AdaptableAlert; }>;