import { NavigationData, NavigationNode } from "../models"; import { Identity } from "@omnia/fx-models"; export interface NavigationNodeIcon { icon: string; tooltip: string; } export declare class IconRules { private static loc; private static userIdentityStore; private static resolvedUser; static getPageIcon(navigationNode: NavigationNode): NavigationNodeIcon; static resolveUserIdentity(identity: Identity): void; }