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