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