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