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