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