import { ActionCell } from '../ActionCell'; import { FoldersAndItemsCollectionsState } from '../../state/FoldersAndItemsCollectionsState'; import { FiltersMap } from '@wix/bex-core'; import { TableColumn as TableColumnWSR } from '@wix/design-system/dist/types/Table'; import { RowKeyedItem } from '../../state'; export interface UseOrFolderActionCellColumnParams { state: FoldersAndItemsCollectionsState; actionCell?: ActionCell; actionCellWidth?: string | number; actionCellProps?: Partial>; folderActionCell?: ActionCell; } export declare function useOrFolderActionCellColumn(params: UseOrFolderActionCellColumnParams): TableColumnWSR> | null; //# sourceMappingURL=useOrFolderActionCellColumn.d.ts.map