type InsightProps = { icon: { type: string; name: string; }; title: string; body: string; color?: string; }; export declare function Insight({ icon, title, body, color }: InsightProps): import("react/jsx-runtime").JSX.Element; export {};