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