import { Shift, ShiftProperties } from './Shift'; export declare class ShiftRight extends Shift { constructor(properties?: ShiftProperties); }