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