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