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