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