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