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