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