/// import { CollectionState, FiltersMap } from '@wix/bex-core'; import { ItemActionsState } from '../../state'; import { ActionsCellProps } from '../ActionsCell'; export interface CollectionItemActionsProps { collection: CollectionState; state: ItemActionsState; renderActionCell?: (state: ItemActionsState) => ActionsCellProps; } declare function _CollectionItemActions({ state, renderActionCell, }: CollectionItemActionsProps): JSX.Element; export declare const CollectionItemActions: typeof _CollectionItemActions & { displayName: string; }; export {}; //# sourceMappingURL=CollectionItemActions.d.ts.map