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