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