import { TableColumnsType } from './'; declare const useCopy: (ref: any, dataSource: any, selectedCell?: Record, columns?: TableColumnsType) => { copyData: string | undefined; }; export default useCopy;