import type { Dispatch, SetStateAction } from 'react-cosmos-core'; type Opts = { defaultValue: T; }; export declare function useValue(inputName: string, opts: Opts): [T, Dispatch>]; export {};