/**
 * flip animate
 *
 * @author qiuny
 * @param element Animation Objects
 * @param firstRect get the current bounds
 * @param lastRect get the final bounds
 */
export declare const FlipAnimate: (element: HTMLElement, firstRect: DOMRect, lastRect: DOMRect) => Animation;
