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