/// import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxScrollViewComponent implements OnChanges { attrAnimationDuration: number; attrBounceEnabled: boolean; attrButtonsOffset: Array; attrCurrentPage: number; attrDisabled: boolean; attrMoveThreshold: number; attrShowButtons: boolean; attrSlideShow: boolean; attrSlideDuration: number; attrTheme: string; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxScrollView; constructor(containerElement: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): boolean; arraysEqual(attrValue: any, hostValue: any): boolean; manageAttributes(): any; moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void; moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void; createComponent(options?: any): void; createWidget(options?: any): void; __updateRect__(): void; setOptions(options: any): void; animationDuration(arg?: number): number; bounceEnabled(arg?: boolean): boolean; buttonsOffset(arg?: Array): Array; currentPage(arg?: number): number; disabled(arg?: boolean): boolean; height(arg?: string | number): string | number; moveThreshold(arg?: number): number; showButtons(arg?: boolean): boolean; slideShow(arg?: boolean): boolean; slideDuration(arg?: number): number; theme(arg?: string): string; width(arg?: string | number): string | number; back(): void; changePage(index: number): void; forward(): void; refresh(): void; onPageChanged: EventEmitter; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }