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