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