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