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