import { OnDestroy, OnInit } from '@angular/core'; import { BehaviorSubject, Observable } from 'rxjs'; import { PaginationConfig } from './pagination.types'; import * as i0 from "@angular/core"; export declare class NubPaginationComponent implements OnInit, OnDestroy { set configs(configs: PaginationConfig); DOTS: string; localConfigs: PaginationConfig; pagination$: BehaviorSubject; pageArray$: BehaviorSubject; private _componentDestroy; constructor(); ngOnInit(): void; ngOnDestroy(): void; buildPageArray(): Observable; setPageSize(): Promise; goToPage(pageIndex: number): void; refresh(): void; onRefresh(): void; private buildOptions; private range; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }