import type { FixtureStateChange } from 'react-cosmos-core'; export declare function useFixtureState(name: string): readonly [T | undefined, (change: FixtureStateChange) => void];