{"version":3,"file":"global-menu.d.ts","sources":["global-menu.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\r\n * The Global navigation is a region of the graphical user interface reserved for global level actions like\r\n * app tray bar, search bars, notification or any other design element affording movement from one set of content to another.\r\n */\r\nexport declare class CloGlobalMenu {\r\n    /**\r\n     * URL to the logo image\r\n     */\r\n    icon: string;\r\n    productName: string;\r\n    hasProfile: boolean;\r\n    constructor();\r\n}\r\n"]}