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