import * as React from 'react';
import { type Branding } from "../AppProvider/index.js";
export interface AppTitleProps {
  branding?: Branding;
}
/**
 * @ignore - internal component.
 */
export declare function AppTitle(props: AppTitleProps): React.JSX.Element;