export declare function useThrottledState(defaultValue: T, wait: number): readonly [T, (value: import("react").SetStateAction) => void];