import type { Snippet } from 'svelte'; import type { HTMLAttributes } from 'svelte/elements'; interface Props extends HTMLAttributes { data?: { title: string; value?: string | number | number[] | null; unit?: string; fmt?: string; condition?: boolean | number | null; tooltip?: string; }[]; title?: string; fallback?: string; fmt?: string; as?: T; title_snippet?: Snippet; fallback_snippet?: Snippet; } declare const InfoCard: import("svelte").Component, {}, "">; type InfoCard = ReturnType; export default InfoCard;