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