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