import { Dispatch } from 'react'; export default function useThrottled(initialValue: T1, delay: number): [T1, Dispatch>];