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