import type { UseCameraReturn } from '../types/index';
/**
* Hook for camera access, preview, and frame capture.
*
* @example
* ```tsx
* const { videoRef, active, start, stop, capture } = useCamera()
*
*
*
*
* ```
*/
export declare function useCamera(): UseCameraReturn;
//# sourceMappingURL=useCamera.d.ts.map