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