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