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