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