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