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