import { Signal } from '@angular/core'; import { PagingAbstractComponent } from '../pagingAbstract.component'; import { LoadMorePaging, CssClassesLoadMorePaging, LoadMorePagingOptions } from './loadMorePaging.interface'; import * as i0 from "@angular/core"; /** * Paging that uses simple button to load more content */ export declare class LoadMorePagingComponent extends PagingAbstractComponent implements LoadMorePaging { /** * Currently displayed pages */ protected displayedPages: number; /** * Indication that more items are available */ protected moreAvailable: Signal; /** * @inheritdoc */ get firstItemIndex(): number; /** * @inheritdoc */ initialize(force: boolean): Promise; /** * Loads more data */ protected loadMore(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=loadMorePaging.component.d.ts.map