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