import { EventEmitter, OnInit, TemplateRef } from "@angular/core"; import { IIntPaginatorTogglePayload } from "./types"; import * as i0 from "@angular/core"; export declare class IntPaginatorComponent implements OnInit { entriesPerView: number; entriesAmount: number; maxControls: number; activeControl: number; prevLabel: string; nextLabel: string; directionAxis: string; itemContent: TemplateRef; _activeControl: number; _itemsSequence: number[]; _entries: number[]; toggle: EventEmitter; paginationData: IIntPaginatorTogglePayload[]; constructor(); get directionAxisValue(): string; getPagesAmount(): number; clickOnPaginationItem(entryData: IIntPaginatorTogglePayload): void; getItemsSequence(id: number): any; createPaginationData(id: number): void; ngOnChanges(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }