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