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