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