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