import React from 'react'; export * from './deserializer'; declare const TableBody: ({ attributes, children, attrs }: { attributes: any; children: any; attrs: any; }) => React.JSX.Element; export default TableBody;