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