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