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