type $$ComponentProps = { href: string; label: string; count: number; }; declare const ModelCard: import("svelte").Component<$$ComponentProps, {}, "">; type ModelCard = ReturnType; export default ModelCard;