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