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