declare const useStateCallback: (defaultVal: any) => any[];
export default useStateCallback;
