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