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