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