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