import { EventEmitter, OnInit } from '@angular/core'; import { TerraPagerInterface } from './data/terra-pager.interface'; import { TerraSelectBoxValueInterface } from '../forms/select-box/data/terra-select-box.interface'; import { L10nLocale } from 'angular-l10n'; import * as i0 from "@angular/core"; export declare class TerraPagerComponent implements OnInit { _locale: L10nLocale; inputPagingData: TerraPagerInterface; inputDefaultPagingSize: number; inputPagingSize: Array; inputRequestPending: boolean; outputDoPaging: EventEmitter>; private _pagingClicks; constructor(_locale: L10nLocale); ngOnInit(): void; onFirstPage(): void; onPrevPage(): void; onNextPage(): void; onLastPage(): void; onReload(): void; onToPage(event: any, pageNumber: number): void; onChangeOffsetTo(value: number): void; private notify; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }