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