import { Animation } from "../types"; export declare const Zoom: (from?: number, to?: number) => Animation; export declare const ZoomIn: (from?: number, to?: number) => Animation; export declare const ZoomOut: (from?: number, to?: number) => Animation;