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