export declare function useEmotionDetector(): { videoRef: import("react").RefObject; emotion: string; expressions: string[]; isDetecting: boolean; };