import React from 'react'; import { TableDataItem, TableProps } from '../../Table'; import './withTableCopy.css'; export interface WithTableCopyProps { } export declare function withTableCopy(TableComponent: React.ComponentType & E>): React.ComponentType & E & WithTableCopyProps>;