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