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