import { FieldsObject, FieldValue, Ref, DataType } from '../types'; export default function getFieldValue(fields: FieldsObject, { type, name, options, checked, value }: Ref): FieldValue;