import { AnimOptions } from './util'; export interface ShakeInOptions extends AnimOptions { percent11?: string; percent22?: string; percent33?: string; percent44?: string; percent55?: string; percent66?: string; percent77?: string; percent88?: string; } export declare function shakeIn(options?: ShakeInOptions): import("@angular/animations").AnimationReferenceMetadata; export declare function shake(options?: ShakeInOptions, name?: string): import("@angular/animations").AnimationTriggerMetadata;