export default function useDebouncedValue(currentValue: any, onChange: any, processValueCallback: any): any[];