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