import type { Components, JSX } from "../types/components"; interface RuxIconLocalLaundryService extends Components.RuxIconLocalLaundryService, HTMLElement {} export const RuxIconLocalLaundryService: { prototype: RuxIconLocalLaundryService; new (): RuxIconLocalLaundryService; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;