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