/// <reference types="react" />
declare const Copy: (props: any, ref: any) => JSX.Element;
export default Copy;
