import { ResultToCardModelFn } from "../core/types/IHubCardViewModel"; /** * Convert a user hub search result into a card view model that * can be consumed by the suite of hub gallery components * * @param searchResult hub user search result * @param opts view model options */ export declare const userResultToCardModel: ResultToCardModelFn;