declare const RenderField: ({ text: value, record, index, column, config }: any) => JSX.Element; export default RenderField;