import { OnInit } from '@angular/core'; import { BabylonImageI, BabylonTextInfoI } from '../../../interfaces'; import * as i0 from "@angular/core"; export declare class BabylonLisC5TxtImgSvgComponent implements OnInit { title?: string; subtitle?: string; prev?: string; next?: string; items?: BabylonLisC5TxtImgSvgI[]; texts?: BabylonTextInfoI; private readonly itemsPerPage; currentPage: number; totalPages: number; currentAwards: BabylonLisC5TxtImgSvgI[]; ngOnInit(): void; private updateCurrentAwards; changePage(newPage: number): void; prevPage(): void; nextPage(): void; get pageNumbers(): number[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export interface BabylonLisC5TxtImgSvgI { title?: string; event?: string; year?: string; image?: BabylonImageI; img?: BabylonImageI; }