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