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