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