import React from 'react'; declare const TableRowActionWrapper: ({ list, data, rowActionData, closeDropdown, viewBy, actionsLayoutTestId, actionsListTestId }: { list: any; data: any; rowActionData: any; closeDropdown: any; viewBy: any; actionsLayoutTestId?: any; actionsListTestId?: any; }) => React.ReactPortal; export default TableRowActionWrapper;