import React from 'react';
import type { TableActionCellProps } from './TableActionCell.types';
declare const TableActionCell: {
    (componentProps: TableActionCellProps): React.JSX.Element;
    displayName: string;
};
export default TableActionCell;
//# sourceMappingURL=TableActionCell.d.ts.map