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