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