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