import { ActionsCell } from '../ActionsCell'; 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 UseOrFolderActionsCellColumnParams { state: FoldersAndItemsCollectionsState; actionsCell?: ActionsCell; actionsCellWidth?: string | number; actionsCellProps?: Partial>; folderActionsCell?: ActionsCell; } export declare function useOrFolderActionsCellColumn(params: UseOrFolderActionsCellColumnParams): TableColumnWSR> | null; //# sourceMappingURL=useOrFolderActionsCellColumn.d.ts.map