import { IFPSWebsWithLogo } from '../interfaces/IFPSHubSiteDataDocsApi';
/**
 * cleanSearchedWebs will go through results from the Search API for Hubs and Subs and clean up the results.
 *    - it also adds some duplicate properties that are already used in other web parts like Pivot Tiles and Hub Connections.
 * @param searchedWebs
 * @returns
 */
export declare function cleanSearchedWebs(searchedWebs: any[]): IFPSWebsWithLogo[];
//# sourceMappingURL=cleanSearchedWebs.d.ts.map