interface Props { isLoading: boolean; hasAgentUpdated: boolean; } export declare function AISummaryLoadingIndicator({ isLoading, hasAgentUpdated }: Props): JSX.Element; export {};