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