/// import { CollectionOptimisticActions, DeleteManyParams, FiltersMap } from '@wix/bex-core'; import { ActionsCellAPI } from '../../state'; export interface DeleteSecondaryActionProps extends DeleteManyParams { optimisticActions: CollectionOptimisticActions; actionsCellAPI: ActionsCellAPI; } export declare function deleteSecondaryAction(props: DeleteSecondaryActionProps): { dataHook: string; text: string; icon: JSX.Element; onClick: () => void; }; //# sourceMappingURL=deleteSecondaryAction.d.ts.map