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