import type { Components, JSX } from "../types/components";

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