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