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