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