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