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