type $$ComponentProps = { label?: string; value?: string; delta?: string; trend?: 'up' | 'down' | 'neutral'; badge?: string; }; declare const StatCardStory: import("svelte").Component<$$ComponentProps, {}, "">; type StatCardStory = ReturnType; export default StatCardStory;