import type { ReactNode } from 'react'; import type { FixtureDecoratorId } from 'react-cosmos-core'; export declare function usePropsCapture(fixture: ReactNode, decoratorId: FixtureDecoratorId): ReactNode;