interface LlmAnswerProps { value: string; loading: boolean; } export default LlmAnswerProps;