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