import { Animation } from '@ionic/angular'; export declare class Zoom { static enter(El: any): Animation; static leave(El: any): Animation; }