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