import type { Components, JSX } from "../types/components";

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