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