import { Dispatch, SetStateAction } from 'react'; export declare const useRafState: (initialState: S | (() => S)) => [S, Dispatch>]; //# sourceMappingURL=useRafState.d.ts.map