import type { IconProps } from './icon.context.js'; declare const SolarPanelIcon: import("svelte").Component; type SolarPanelIcon = ReturnType; export default SolarPanelIcon;