import { ReactElement } from 'react'; type Props = { value: string; children: ReactElement; }; export declare const Copy: import('react').MemoExoticComponent<({ value, children }: Props) => import("react").JSX.Element>; export {};