import type React from 'react'; export declare function resolveOnChange(target: E, e: React.ChangeEvent | React.MouseEvent | React.CompositionEvent, onChange: undefined | ((event: React.ChangeEvent) => void), targetValue?: string): void;