import React from 'react'; import { CopyProps } from './interface'; declare const Copy: React.ForwardRefExoticComponent>; export default Copy;