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