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