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