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