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