import React from 'react'; declare const BodyRow: ({ isDeleted, rowIndex, className, sortable, children, originRecord, ...props }: { [x: string]: any; isDeleted: any; rowIndex: any; className: any; sortable: any; children: any; originRecord: any; }) => React.JSX.Element; export default BodyRow;