import { Wipe, WipeProperties } from './Wipe'; export declare class WipeRight extends Wipe { constructor(properties?: WipeProperties); }