import type { Dispatch, SetStateAction } from 'react-cosmos-core'; export declare function useSetInputValue(inputName: string, defaultValue: T): Dispatch>;