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