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