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