export declare const useDeferredValue: (value: T, options?: { timeoutMs: number; }) => T; export declare function useThrottle(value: T, options?: { timeoutMs: number; }): T;