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