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