/**
 * @param {HTMLInputElement
 * 	| HTMLOutputElement
 * 	| HTMLTextAreaElement
 * 	| HTMLSelectElement
 * 	| RadioNodeList} element
 * @returns {string}
 */
export function getControlElementValue(element: HTMLInputElement | HTMLOutputElement | HTMLTextAreaElement | HTMLSelectElement | RadioNodeList): string;
//# sourceMappingURL=get-control-element-value.helper.d.ts.map