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