import { AnimOptions } from './util'; export interface HeadShakeInOptions extends AnimOptions { percent6?: { translateX?: string; rotateY?: string; }; percent18?: { translateX?: string; rotateY?: string; }; percent31?: { translateX?: string; rotateY?: string; }; percent43?: { translateX?: string; rotateY?: string; }; } export declare function headShakeIn(options?: HeadShakeInOptions): import("@angular/animations").AnimationReferenceMetadata; export declare function headShake(options?: HeadShakeInOptions, name?: string): import("@angular/animations").AnimationTriggerMetadata;