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