import React from 'react'; /** *@deprecated 优先使用 useCopyable hook */ export declare const Copyable: () => (Component: React.ComponentType) => any;