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