import { Animation } from '../../../interface'; /** * iOS Modal Leave Animation */ export declare function iosLeaveAnimation(AnimationC: Animation, baseEl: HTMLElement): Promise;