import type { Components, JSX } from "../types/components"; interface RuxIconLocalLaundryService extends Components.RuxIconLocalLaundryService, HTMLElement {} export const RuxIconLocalLaundryService: { prototype: RuxIconLocalLaundryService; new (): RuxIconLocalLaundryService; };