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