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