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