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