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