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