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