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