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