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