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