import { Cue, Animation, Wallpaper, Zoom, IZoomWallpaper } from '../index'; export declare class ZoomWallpaper extends Animation { wallpaperAnimation: Wallpaper; zoomAnimation: Zoom; constructor(target: Cue, animation: IZoomWallpaper); initialize(): void; render(time: number): boolean; refresh(): void; cancel(): void; getCaptureIndicators(): import("./types").ICaptureIndicator[]; }