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