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