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