import type { Components, JSX } from "../types/components"; interface RuxIconGames extends Components.RuxIconGames, HTMLElement {} export const RuxIconGames: { prototype: RuxIconGames; new (): RuxIconGames; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;