import React from 'react'; import { ProEditTableType } from './propsType'; declare const ForwardProEditTable: React.ForwardRefExoticComponent & React.RefAttributes>; export default ForwardProEditTable;