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