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