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