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