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