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