import React from 'react'; interface EditableRowProps { index: number; } declare const EditableRowDnd: React.FC; export default EditableRowDnd;