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