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