export declare function useDebouncedValue(value: T, wait: number, options?: { leading: boolean; }): readonly [T, () => void];