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