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