import { Animation } from "../types"; export declare const Fade: (from?: number, to?: number) => Animation; export declare const FadeIn: (from?: number, to?: number) => Animation; export declare const FadeOut: (from?: number, to?: number) => Animation;