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