import { AnimationMetadata } from "@angular/animations";
export declare function fade(opacity?: number): AnimationMetadata[];
