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