import React from 'react'; export default function CopyHelper(props: { toCopy: string; children?: React.ReactNode; }): JSX.Element;