import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import type { Components } from '@ds-mo/ui/components'; import type { DsPaginationCustomEvent } from '@ds-mo/ui/components'; import type { PaginationChangeDetail as IDsPaginationPaginationChangeDetail } from '@ds-mo/ui/components'; import * as i0 from "@angular/core"; export declare class DsPagination { protected z: NgZone; protected el: HTMLDsPaginationElement; dsChange: EventEmitter>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare interface DsPagination extends Components.DsPagination { /** * Emits the complete next controlled state after a page or page-size request. */ dsChange: EventEmitter>; }