import { Field } from '../types';
export default function getFieldValue(_f: Field['_f']): any;
