import { OffsetStyle } from '../styling/offset-style'; import { MixedContentContext } from '../../editor/widget-framework/mixed-content-context'; export declare class SearchBoxEntity { SearchIndex: string | null; SearchResultsPage: MixedContentContext | null; SuggestionsTriggerCharCount?: number; ScoringProfile?: string; ScoringParameters?: string[]; SfViewName: string; Margins: OffsetStyle | null; SfWidgetLabel: string; CssClass: string | null; SuggestionFields: string | null; ShowResultsForAllIndexedSites: number; SearchBoxPlaceholder: string | null; SearchButtonLabel: string | null; Attributes: { [key: string]: Array<{ Key: string; Value: string; }>; } | null; }