import { ReactNode } from 'react'; export declare function appendKeyToValidElement(element: ReactNode, key: number): ReactNode;