/** * Product Glyphs * SVGs and product colors located at: * https://github.com/ArcGIS/esri-product-logos */ /** Format glyphs as SVGs */ export declare const productGlyphs: Map; export declare function getProductGlyph(name: string): string;