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