import { useState } from 'react'; export declare function useDebouncedState(value: T, delay: number): ReturnType>;