/**
 * AlertsPanel Example Usage
 * Demonstrates all features of the AlertsPanel component
 */
import React from 'react';
/**
 * Basic AlertsPanel example
 */
export declare const BasicAlertsPanel: React.FC;
/**
 * Compact AlertsPanel example
 */
export declare const CompactAlertsPanel: React.FC;
/**
 * Grouped by category example
 */
export declare const GroupedAlertsPanel: React.FC;
/**
 * Live alerts demo with auto-generation
 */
export declare const LiveAlertsPanel: React.FC;
/**
 * Demo playground with controls
 */
export declare const AlertsPanelPlayground: React.FC;
export default BasicAlertsPanel;
//# sourceMappingURL=AlertsPanel.example.d.ts.map