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