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