import { ElementRef, OnChanges } from '@angular/core'; import { PureComponent } from '../../../../../common/component/src/pure-component'; import { PagingModel } from '../../../../../../core/structure/paging/src/api/model/paging.model'; import * as i0 from "@angular/core"; export declare class PagingStatsComponent extends PureComponent implements OnChanges { paging: PagingModel; sourceSize: number; firstItemIndex: number; lastItemIndex: number; constructor(elementRef: ElementRef); ngOnChanges(): void; calculate(): void; isSourceNotEmpty(): boolean; protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }