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