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