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