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