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