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