import type { FixtureStateUpdater, PropsFixtureState } from 'react-cosmos-core'; export type SetPropsFixtureState = (updater: FixtureStateUpdater) => void; export declare const PROPS_TREE_EXPANSION_STORAGE_KEY = "propsTreeExpansion";