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