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