import type { ReactNode, RefObject } from 'react'; import type { FixtureDecoratorId } from 'react-cosmos-core'; import type { ElRefs } from './shared.js'; export declare function useFixtureClassState(fixture: ReactNode, decoratorId: FixtureDecoratorId, elRefs: RefObject): ReactNode;