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