import { FieldValue } from '../types'; export default function getFieldsValues(fields: any, filedName?: string | string[]): FieldValue;