export declare type Target = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement; declare const getValue: (ev: any) => any; export default getValue;