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