declare function compareElement(nextElement: any, lastElement: any): any;
export default compareElement;
