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