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