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