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