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