import React from 'react'; import { CollectionState, FiltersMap, KeyedItem } from '@wix/bex-core'; import { ActionCell } from './ActionCell'; export interface CollectionTableActionsColumnProps { keyedItem: KeyedItem; index: number; sticky?: boolean; actionCell: ActionCell; collection: CollectionState; } declare function _CollectionTableActionsColumn(props: CollectionTableActionsColumnProps): React.JSX.Element; export declare const CollectionTableActionsColumn: typeof _CollectionTableActionsColumn & { displayName: string; }; export {}; //# sourceMappingURL=CollectionTableActionsColumn.d.ts.map