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