import { ScreenshotOptions } from '../typings'; import { Dispatch, SetStateAction } from 'react'; export declare const useScreenshotOptions: () => { screenshotOptions: ScreenshotOptions; setScreenshotOptions: Dispatch>; };