import type { UseVideoRecorderReturn } from '../types/index';
/**
* Hook for video recording with webcam.
*
* @example
* ```tsx
* const { videoRef, cameraActive, recording, duration, startCamera, startRecording, stopRecording } = useVideoRecorder()
*
*
*
*
*
* ```
*/
export declare function useVideoRecorder(): UseVideoRecorderReturn;
//# sourceMappingURL=useVideoRecorder.d.ts.map