import React from 'react';
import type { InsightCardProps } from './types';
export declare const InsightCard: React.FC<InsightCardProps>;
