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