import { MixedContentContext } from '@progress/sitefinity-widget-designers-sdk/common'; import { OffsetStyle } from '../styling/offset-style'; export declare class AnswerEntity { Title: string; AssistantAvatar: MixedContentContext | null; ShowSearchedPhrase: boolean; ShowSources: boolean; ShowNotice: boolean; ShowFeedback: boolean | null; SfViewName: string; Margins?: OffsetStyle; SfWidgetLabel: string; CssClass: string | null; SearchedPhraseLabel: string; Notice: string; PositiveFeedbackTooltip: string; NegativeFeedbackTooltip: string; ThankYouMessage: string; ExpandAnswerLabel: string; CollapseAnswerLabel: string; LoadingLabel: string; Attributes: { [key: string]: Array<{ Key: string; Value: string; }>; } | null; }