import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconHeartbeatThin: import("svelte").Component<$$ComponentProps, {}, "">; type IconHeartbeatThin = ReturnType; export default IconHeartbeatThin;