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