export declare const useDebounceState: (defaultValue: T, delay: number) => [T, (nextVal: T) => void]; //# sourceMappingURL=useDebounceState.d.ts.map