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