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