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