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