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