declare function CopyToClipboard(props: { className?: string; copyText: string; btnWidth?: string; }): JSX.Element; export default CopyToClipboard;