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