import { Shake, ShakeProperties } from './Shake'; export declare class ShakeHorizontally extends Shake { constructor(properties?: ShakeProperties); }