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