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