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