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