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