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