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