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