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