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