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