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