interface MarketStatCardProps { title: string; amount: string; subtitle?: string; } export declare function MarketStatCard({ title, amount, subtitle }: MarketStatCardProps): import("react/jsx-runtime").JSX.Element; export {};