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