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