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