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