declare const useThrottle: (value: T, ms?: number) => T; export default useThrottle;