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