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