/**
 * AlertsPanel Component
 * Comprehensive alert and notification management system with filtering, sorting, and actions
 */
import React from 'react';
import { AlertsPanelProps } from './AlertsPanel.types';
/**
 * AlertsPanel Component
 */
export declare const AlertsPanel: React.FC<AlertsPanelProps>;
export default AlertsPanel;
//# sourceMappingURL=AlertsPanel.d.ts.map