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