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