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