import { Animation } from '../../../interface'; /** * iOS Modal Enter Animation */ export declare function iosEnterAnimation(AnimationC: Animation, baseEl: HTMLElement): Promise; /** * Animations for modals */