import { TableCellInspectorMode } from './TableCellInspector';
import { type TableCellProps } from './types';
interface CellActionProps extends TableCellProps {
    previewMode: TableCellInspectorMode;
}
export declare function CellActions({ field, cell, previewMode, showFilters, onCellFilterAdded, setInspectCell, }: CellActionProps): import("react/jsx-runtime").JSX.Element;
export {};
