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