import React from 'react'; type AlertInsightsHeaderProps = { title: string; subtitle: string; }; export declare const AlertInsightsHeader: ({ title, subtitle, }: AlertInsightsHeaderProps) => React.JSX.Element; export {};