import { OnInit, EventEmitter, AfterViewInit } from '@angular/core'; import { PepInternalCaruselService } from './internal-carusel.service'; import { PepLayoutType, PepLayoutService, PepScreenSizeType } from '@pepperi-addons/ngx-lib'; import { IPepFormFieldClickEvent, IPepFormFieldValueChangeEvent } from './form.model'; import { PepCarouselComponent } from '@pepperi-addons/ngx-lib/carousel'; import * as i0 from "@angular/core"; export declare class PepInternalCaruselComponent implements OnInit, AfterViewInit { private layoutService; private internalCaruselService; carousel: PepCarouselComponent; private _field; set field(value: any); get field(): any; layoutType: PepLayoutType; internalFormFieldChange: EventEmitter; internalFormFieldClick: EventEmitter; private _items; set items(value: Array); get items(): Array; layout: any; duration: number; private itemsToMove; prevDisabled: boolean; nextDisabled: boolean; screenSize: PepScreenSizeType; PepScreenSizeType: typeof PepScreenSizeType; constructor(layoutService: PepLayoutService, internalCaruselService: PepInternalCaruselService); ngOnInit(): void; ngAfterViewInit(): void; onCustomizeObjectChanged(customizeObjectChangedData: IPepFormFieldValueChangeEvent): void; onCustomizeFieldClick(fieldClickEvent: IPepFormFieldClickEvent): void; moveLeft(): void; moveRight(): void; moveTo(index: number): void; onReachesLeftBound(event: boolean): void; onReachesRightBound(event: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }