import { ISuggestion } from "./ISuggestion";
/**
 * Originally copied from Compliance web part 2023-03-28
 *
 * @param suggestions
 * @param lowerCaseSuggestions - true will also convert the suggestions to suggestionsLC ( so buttons would show in lc )
 * @returns
 */
export declare function convertSugsLC(suggestions: ISuggestion[], lowerCaseSuggestions: boolean, addSuggsToFinds: boolean): ISuggestion[];
//# sourceMappingURL=convertSugsLC.d.ts.map