import React from 'react'; import 'dayjs/locale/zh-cn'; import { TableContext, TableRenderProps } from './types'; export type { TableRenderProps, ProColumnsType, SearchProps, TableContext, } from './types'; declare const TableRender: React.ForwardRefExoticComponent & React.RefAttributes>; export default TableRender;