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