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