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