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