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