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