import React from 'react'; type ScreenshotStrategy = 'both' | 'beforeAction' | 'afterAction'; interface StrategySwitchProps { currentStrategy: ScreenshotStrategy; onStrategyChange: (strategy: ScreenshotStrategy) => void; } export declare const StrategySwitch: React.FC; export {}; //# sourceMappingURL=StrategySwitch.d.ts.map