import React from 'react'; import { CollectionState, FiltersMap, KeyedItem } from '@wix/bex-core'; import { ActionCell } from './ActionCell'; export interface UseRenderActionCellColumnParams { sticky?: boolean; actionCell?: ActionCell; collection: CollectionState; } export declare function useRenderActionCellColumn(params: UseRenderActionCellColumnParams): ((keyedItem: KeyedItem, index: number) => React.JSX.Element) | null; //# sourceMappingURL=useRenderActionCellColumn.d.ts.map