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