import type { FormField } from '../types/FormField';
/**
 * Gets the value of a given input element.
 * @param {FormField} input
 */
export declare const getFormFieldValue: (input: FormField) => string;
