import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import type { Components } from '@ds-mo/ui/components'; import type { DsMobileSectionSwitcherCustomEvent } from '@ds-mo/ui/components'; import * as i0 from "@angular/core"; export declare class DsMobileSectionSwitcher { protected z: NgZone; protected el: HTMLDsMobileSectionSwitcherElement; dsChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface DsMobileSectionSwitcher extends Components.DsMobileSectionSwitcher { /** * Selection intent. The route, tool, or workflow owner updates `value`. */ dsChange: EventEmitter>; }