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