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