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