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