interface Props { label: string; value: number | string; trend?: 'up' | 'down' | 'flat'; trendPercent?: number | null; subtitle?: string; } declare const StatCard: import("svelte").Component; type StatCard = ReturnType; export default StatCard; //# sourceMappingURL=StatCard.svelte.d.ts.map