import { type RefObject } from 'react'; export declare function useCamera(ref: RefObject, trackConstraints?: MediaTrackConstraints): [boolean];