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