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