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