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