import type { Child, Props } from '../types';
export declare const cloneElement: <P extends Props>(element: Child | Element, props: P, ...children: Child[]) => Child;
export default cloneElement;
//# sourceMappingURL=clone_element.d.ts.map