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