import * as React from 'react'; export declare const useValue: (valueProp: V | undefined, defaultValue: V) => [V, React.Dispatch>];