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