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