import { AnimationComponent as AC } from '../runtime';
import { Animation } from './types';
export type ZoomOutOptions = Animation;
export declare const ZoomOut: AC<ZoomOutOptions>;
