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