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