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