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