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