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