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