import React from "react"; import { CopyToClipboardProps } from "./types"; declare const CopyToClipboard: React.FC; export default CopyToClipboard;