import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import type { Components } from '@ds-mo/ui/components'; import type { DsBarTitleCustomEvent } from '@ds-mo/ui/components'; import type { BreadcrumbSelectDetail as IDsBarTitleBreadcrumbSelectDetail } from '@ds-mo/ui/components'; import * as i0 from "@angular/core"; export declare class DsBarTitle { protected z: NgZone; protected el: HTMLDsBarTitleElement; dsBack: EventEmitter>; dsBreadcrumbSelect: EventEmitter>; dsSectionChange: EventEmitter>; dsAction: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface DsBarTitle extends Components.DsBarTitle { /** * Emitted when the leading Back action is activated. */ dsBack: EventEmitter>; /** * Emitted when an authored expanded breadcrumb item is activated. */ dsBreadcrumbSelect: EventEmitter>; /** * Emitted with the newly selected page-section id. */ dsSectionChange: EventEmitter>; /** * Emitted with the activated primary or overflow action id. */ dsAction: EventEmitter>; }