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