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