import { type ScreenCaptureSnapshot } from '@uppy/components'; import type { ShallowRef } from 'vue'; type ScreenCaptureProps = { onSubmit?: () => void; }; export declare function useScreenCapture(props?: ScreenCaptureProps): ShallowRef; export {}; //# sourceMappingURL=useScreenCapture.d.ts.map