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