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