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