import React from "react"; /** * Clone elements in order. All `className`, `style`, and `css` props will be * propogated and merged. The leftmost `ref` will be maintained. */ export declare const cloneElements: (...elements: readonly React.ReactElement[]) => React.ReactElement;