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