import React from 'react'; import type { TableProps } from '..'; export declare const ActionColumn: { ({ params, actionConfig, actionColumnNumber, }: { params: unknown[]; actionConfig: TableProps['actionConfig']; actionColumnNumber: TableProps['actionColumnNumber']; }): React.JSX.Element; displayName: string; };