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