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