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