export interface IDataRetrieverStrings {
    SearchQueryKeywordsGroupName: string;
    SearchQueryKeywordsFieldLabel: string;
    SearchQueryKeywordsFieldDescription: string;
    SearchQueryKeywordsFieldPlaceHolderText: string;
    MaxResultsCount: string;
    SearchSettingsGroupName: string;
    QueryTemplateFieldLabel: string;
    SearchQueryPlaceHolderText: string;
    SortList: string;
    SortListDescription: string;
    SelectedPropertiesFieldLabel: string;
    SelectedPropertiesFieldDescription: string;
}
