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