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