import { Pan, PanProperties } from './Pan'; export declare class PanRightWithZoom extends Pan { constructor(properties?: PanProperties); }