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