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