import React from 'react'; import type { InsightCardProps, InsightCardInfo } from '../types'; export type TitleProps = Pick & Pick; export declare const Title: React.FC;