﻿/**
* DevExpress HTML/JS Reporting (viewer\mobile\internal\gallery\_galleryComponent.d.ts)
* Version:  20.2.13
* Build date: Apr 10, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import dxGallery from 'devextreme/ui/gallery';
export interface BlockItem {
    element: JQuery;
    left: number;
}
export declare class dxGalleryReportPreview extends dxGallery {
    private _animationClassName;
    private blockItems;
    private currentBlockItem;
    private gallery;
    private nextBlockItem;
    private initializeBlockItems;
    constructor(element: any, options?: any);
    repaint(): void;
    _swipeStartHandler(e: any): void;
    _getNextIndex(offset: any): number;
    _setSwipeAnimation(element: BlockItem, difference: any, offset: any, right: boolean): void;
    _addAnimation(item: any): void;
    _restoreDefault(item: BlockItem): void;
    _getItem(index: any, loopTest: any): BlockItem;
    _swipeUpdateHandler(e: any): void;
    _swipeEndHandler(e: any): void;
    _endSwipe(): void;
}
