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