import './index.less'; interface RenderValueByIdProps { field: any; value: any; } declare const RenderValueById: (props: RenderValueByIdProps) => any; export default RenderValueById;