export type Emotion = "happy" | "sad" | "angry" | "neutral" | string;
export declare function useEmotionDetector(): string;
