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