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