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