import { IMinStandardIconObject } from "../interfaces/IMinStandardIconObject";
import { ISystemEasyIcon } from "./ISystemEasyIcon";
/**
 * getEasySystemIcon:  Pass in an array of ISystemEasyIcon and it will try to get the imageUrl based on
 *    the titles ( exact match )
 *    the urls ( partial match )
 * @param EasySysIcons constants:  AllEasySystemIcons, EasyCCSPageIcons, EasySystemListIcons, EasySystemLibraryIcons
 * @param item
 * @returns
 */
export declare function getEasySystemIcon(EasySysIcons: ISystemEasyIcon[], item: IMinStandardIconObject): string;
//# sourceMappingURL=getEasySystemIcon.d.ts.map