@elastic/eui 116.5.0 → 117.0.0-snapshot.1783954480414

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/es/components/avatar/avatar.js +1 -1
  2. package/es/components/badge/badge.js +1 -1
  3. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  4. package/es/components/basic_table/basic_table.js +4 -4
  5. package/es/components/basic_table/in_memory_table.js +13 -4
  6. package/es/components/button/button_display/_button_display_content.js +1 -1
  7. package/es/components/button/button_empty/button_empty.js +1 -1
  8. package/es/components/button/button_icon/button_icon.js +1 -1
  9. package/es/components/call_out/call_out.js +230 -30
  10. package/es/components/call_out/call_out.styles.js +36 -43
  11. package/es/components/call_out/call_out_action.js +45 -0
  12. package/es/components/call_out/types.js +11 -0
  13. package/es/components/call_out/use_layout_observer.js +54 -0
  14. package/es/components/card/card.js +1 -1
  15. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  16. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  17. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  18. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  19. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  21. package/es/components/comment_list/comment.js +2 -2
  22. package/es/components/comment_list/comment_event.js +1 -1
  23. package/es/components/comment_list/comment_list.js +2 -2
  24. package/es/components/comment_list/comment_timeline.js +1 -1
  25. package/es/components/context_menu/context_menu_item.js +1 -1
  26. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  27. package/es/components/datagrid/body/data_grid_body.js +7 -7
  28. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  29. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  30. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  31. package/es/components/datagrid/controls/column_sorting.js +7 -7
  32. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  33. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
  34. package/es/components/datagrid/utils/in_memory.js +6 -6
  35. package/es/components/date_picker/date_picker.js +2 -2
  36. package/es/components/date_picker/date_picker_range.js +1 -1
  37. package/es/components/empty_prompt/empty_prompt.js +1 -1
  38. package/es/components/flyout/flyout.component.js +12 -7
  39. package/es/components/flyout/flyout.styles.js +1 -1
  40. package/es/components/flyout/flyout_body.styles.js +1 -4
  41. package/es/components/flyout/flyout_menu.js +2 -2
  42. package/es/components/flyout/manager/flyout_child.js +1 -1
  43. package/es/components/flyout/manager/flyout_managed.js +1 -1
  44. package/es/components/form/field_number/field_number.js +2 -2
  45. package/es/components/form/field_text/field_text.js +2 -2
  46. package/es/components/form/form_control_button/form_control_button.js +1 -1
  47. package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  48. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  49. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  50. package/es/components/form/text_area/text_area.js +2 -2
  51. package/es/components/header/header_links/header_link.js +1 -1
  52. package/es/components/header/header_links/header_links.js +1 -1
  53. package/es/components/header/header_logo/header_logo.js +1 -1
  54. package/es/components/header/header_section/header_section_item_button.js +1 -1
  55. package/es/components/icon/assets/add_to_chat.js +43 -0
  56. package/es/components/icon/icon.js +1 -1
  57. package/es/components/icon/icon_map.js +1883 -912
  58. package/es/components/illustration/illustration.js +86 -0
  59. package/es/components/illustration/illustration.styles.js +16 -0
  60. package/es/components/illustration/index.js +9 -0
  61. package/es/components/index.js +1 -0
  62. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  63. package/es/components/list_group/list_group.js +2 -2
  64. package/es/components/list_group/list_group_item.js +2 -2
  65. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  66. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  67. package/es/components/loading/loading_logo.js +1 -1
  68. package/es/components/markdown_editor/markdown_editor.js +1 -1
  69. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  70. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  71. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  72. package/es/components/page/page_header/page_header_content.js +1 -1
  73. package/es/components/pagination/pagination_button.js +1 -1
  74. package/es/components/panel/panel.styles.js +3 -3
  75. package/es/components/panel/split_panel/split_panel.styles.js +4 -4
  76. package/es/components/popover/with_popover.js +17 -0
  77. package/es/components/search_bar/search_bar.js +190 -376
  78. package/es/components/search_bar/search_filters.js +10 -3
  79. package/es/components/selectable/selectable_list/selectable_list.js +8 -1
  80. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  81. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  82. package/es/components/table/table_header_cell.js +1 -1
  83. package/es/components/timeline/timeline_item_icon.js +1 -1
  84. package/es/components/toast/global_toast_list.js +2 -2
  85. package/es/components/toast/toast.js +2 -2
  86. package/es/components/toast/toast.styles.js +2 -2
  87. package/es/components/tool_tip/icon_tip.js +1 -1
  88. package/es/components/tool_tip/with_tooltip.js +14 -0
  89. package/eui.d.ts +1107 -904
  90. package/lib/components/avatar/avatar.js +1 -1
  91. package/lib/components/badge/badge.js +1 -1
  92. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  93. package/lib/components/basic_table/basic_table.js +4 -4
  94. package/lib/components/basic_table/in_memory_table.js +13 -4
  95. package/lib/components/button/button_display/_button_display_content.js +1 -1
  96. package/lib/components/button/button_empty/button_empty.js +1 -1
  97. package/lib/components/button/button_icon/button_icon.js +1 -1
  98. package/lib/components/call_out/call_out.js +230 -30
  99. package/lib/components/call_out/call_out.styles.js +37 -42
  100. package/lib/components/call_out/call_out_action.js +51 -0
  101. package/lib/components/call_out/types.js +17 -0
  102. package/lib/components/call_out/use_layout_observer.js +58 -0
  103. package/lib/components/card/card.js +1 -1
  104. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  105. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  106. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  107. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  108. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  109. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  110. package/lib/components/comment_list/comment.js +2 -2
  111. package/lib/components/comment_list/comment_event.js +1 -1
  112. package/lib/components/comment_list/comment_list.js +2 -2
  113. package/lib/components/comment_list/comment_timeline.js +1 -1
  114. package/lib/components/context_menu/context_menu_item.js +1 -1
  115. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  116. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  117. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  118. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  119. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  120. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  121. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  122. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
  123. package/lib/components/datagrid/utils/in_memory.js +6 -6
  124. package/lib/components/date_picker/date_picker.js +2 -2
  125. package/lib/components/date_picker/date_picker_range.js +1 -1
  126. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  127. package/lib/components/flyout/flyout.component.js +11 -6
  128. package/lib/components/flyout/flyout.styles.js +1 -1
  129. package/lib/components/flyout/flyout_body.styles.js +1 -4
  130. package/lib/components/flyout/flyout_menu.js +2 -2
  131. package/lib/components/flyout/manager/flyout_child.js +1 -1
  132. package/lib/components/form/field_number/field_number.js +2 -2
  133. package/lib/components/form/field_text/field_text.js +2 -2
  134. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  135. package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  136. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  137. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  138. package/lib/components/form/text_area/text_area.js +2 -2
  139. package/lib/components/header/header_links/header_link.js +1 -1
  140. package/lib/components/header/header_links/header_links.js +1 -1
  141. package/lib/components/header/header_logo/header_logo.js +1 -1
  142. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  143. package/lib/components/icon/assets/add_to_chat.js +50 -0
  144. package/lib/components/icon/icon.js +1 -1
  145. package/lib/components/icon/icon_map.js +1886 -913
  146. package/lib/components/icon/svgs/add_to_chat.svg +6 -0
  147. package/lib/components/illustration/illustration.js +91 -0
  148. package/lib/components/illustration/illustration.styles.js +22 -0
  149. package/lib/components/illustration/index.js +12 -0
  150. package/lib/components/index.js +11 -0
  151. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  152. package/lib/components/list_group/list_group.js +2 -2
  153. package/lib/components/list_group/list_group_item.js +2 -2
  154. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  155. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  156. package/lib/components/loading/loading_logo.js +1 -1
  157. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  158. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  159. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  160. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  161. package/lib/components/page/page_header/page_header_content.js +1 -1
  162. package/lib/components/pagination/pagination_button.js +1 -1
  163. package/lib/components/panel/panel.styles.js +3 -3
  164. package/lib/components/panel/split_panel/split_panel.styles.js +4 -4
  165. package/lib/components/popover/with_popover.js +22 -0
  166. package/lib/components/search_bar/search_bar.js +193 -380
  167. package/lib/components/search_bar/search_filters.js +10 -3
  168. package/lib/components/selectable/selectable_list/selectable_list.js +8 -1
  169. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  170. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  171. package/lib/components/table/table_header_cell.js +1 -1
  172. package/lib/components/timeline/timeline_item_icon.js +1 -1
  173. package/lib/components/toast/global_toast_list.js +2 -2
  174. package/lib/components/toast/toast.js +2 -2
  175. package/lib/components/toast/toast.styles.js +2 -2
  176. package/lib/components/tool_tip/icon_tip.js +1 -1
  177. package/lib/components/tool_tip/with_tooltip.js +21 -0
  178. package/optimize/es/components/call_out/call_out.js +123 -28
  179. package/optimize/es/components/call_out/call_out.styles.js +36 -43
  180. package/optimize/es/components/call_out/call_out_action.js +44 -0
  181. package/optimize/es/components/call_out/types.js +11 -0
  182. package/optimize/es/components/call_out/use_layout_observer.js +49 -0
  183. package/optimize/es/components/flyout/flyout.component.js +12 -7
  184. package/optimize/es/components/flyout/flyout.styles.js +1 -1
  185. package/optimize/es/components/flyout/flyout_body.styles.js +1 -4
  186. package/optimize/es/components/icon/assets/add_to_chat.js +42 -0
  187. package/optimize/es/components/icon/icon_map.js +1878 -912
  188. package/optimize/es/components/illustration/illustration.js +57 -0
  189. package/optimize/es/components/illustration/illustration.styles.js +16 -0
  190. package/optimize/es/components/illustration/index.js +9 -0
  191. package/optimize/es/components/index.js +1 -0
  192. package/optimize/es/components/panel/panel.styles.js +3 -3
  193. package/optimize/es/components/panel/split_panel/split_panel.styles.js +4 -4
  194. package/optimize/es/components/popover/with_popover.js +17 -0
  195. package/optimize/es/components/search_bar/search_bar.js +184 -193
  196. package/optimize/es/components/search_bar/search_filters.js +5 -2
  197. package/optimize/es/components/selectable/selectable_list/selectable_list.js +7 -0
  198. package/optimize/es/components/toast/toast.styles.js +2 -2
  199. package/optimize/es/components/tool_tip/with_tooltip.js +14 -0
  200. package/optimize/lib/components/call_out/call_out.js +123 -28
  201. package/optimize/lib/components/call_out/call_out.styles.js +37 -42
  202. package/optimize/lib/components/call_out/call_out_action.js +50 -0
  203. package/optimize/lib/components/call_out/types.js +17 -0
  204. package/optimize/lib/components/call_out/use_layout_observer.js +56 -0
  205. package/optimize/lib/components/flyout/flyout.component.js +11 -6
  206. package/optimize/lib/components/flyout/flyout.styles.js +1 -1
  207. package/optimize/lib/components/flyout/flyout_body.styles.js +1 -4
  208. package/optimize/lib/components/icon/assets/add_to_chat.js +50 -0
  209. package/optimize/lib/components/icon/icon_map.js +1881 -913
  210. package/optimize/lib/components/icon/svgs/add_to_chat.svg +6 -0
  211. package/optimize/lib/components/illustration/illustration.js +62 -0
  212. package/optimize/lib/components/illustration/illustration.styles.js +22 -0
  213. package/optimize/lib/components/illustration/index.js +12 -0
  214. package/optimize/lib/components/index.js +11 -0
  215. package/optimize/lib/components/panel/panel.styles.js +3 -3
  216. package/optimize/lib/components/panel/split_panel/split_panel.styles.js +4 -4
  217. package/optimize/lib/components/popover/with_popover.js +24 -0
  218. package/optimize/lib/components/search_bar/search_bar.js +192 -200
  219. package/optimize/lib/components/search_bar/search_filters.js +5 -2
  220. package/optimize/lib/components/selectable/selectable_list/selectable_list.js +7 -0
  221. package/optimize/lib/components/toast/toast.styles.js +2 -2
  222. package/optimize/lib/components/tool_tip/with_tooltip.js +21 -0
  223. package/package.json +8 -25
  224. package/test-env/components/avatar/avatar.js +1 -1
  225. package/test-env/components/badge/badge.js +1 -1
  226. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  227. package/test-env/components/basic_table/basic_table.js +4 -4
  228. package/test-env/components/basic_table/in_memory_table.js +13 -4
  229. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  230. package/test-env/components/button/button_empty/button_empty.js +1 -1
  231. package/test-env/components/button/button_icon/button_icon.js +1 -1
  232. package/test-env/components/call_out/call_out.js +230 -30
  233. package/test-env/components/call_out/call_out.styles.js +37 -42
  234. package/test-env/components/call_out/call_out_action.js +50 -0
  235. package/test-env/components/call_out/types.js +17 -0
  236. package/test-env/components/call_out/use_layout_observer.js +56 -0
  237. package/test-env/components/card/card.js +1 -1
  238. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  239. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  240. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  241. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  242. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  243. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  244. package/test-env/components/comment_list/comment.js +2 -2
  245. package/test-env/components/comment_list/comment_event.js +1 -1
  246. package/test-env/components/comment_list/comment_list.js +2 -2
  247. package/test-env/components/comment_list/comment_timeline.js +1 -1
  248. package/test-env/components/context_menu/context_menu_item.js +1 -1
  249. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  250. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  251. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  252. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  253. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  254. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  255. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  256. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
  257. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  258. package/test-env/components/date_picker/date_picker.js +2 -2
  259. package/test-env/components/date_picker/date_picker_range.js +1 -1
  260. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  261. package/test-env/components/flyout/flyout.component.js +11 -6
  262. package/test-env/components/flyout/flyout.styles.js +1 -1
  263. package/test-env/components/flyout/flyout_body.styles.js +1 -4
  264. package/test-env/components/flyout/flyout_menu.js +2 -2
  265. package/test-env/components/flyout/manager/flyout_child.js +1 -1
  266. package/test-env/components/form/field_number/field_number.js +2 -2
  267. package/test-env/components/form/field_text/field_text.js +2 -2
  268. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  269. package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  270. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  271. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  272. package/test-env/components/form/text_area/text_area.js +2 -2
  273. package/test-env/components/header/header_links/header_link.js +1 -1
  274. package/test-env/components/header/header_links/header_links.js +1 -1
  275. package/test-env/components/header/header_logo/header_logo.js +1 -1
  276. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  277. package/test-env/components/icon/assets/add_to_chat.js +50 -0
  278. package/test-env/components/icon/icon_map.js +1881 -913
  279. package/test-env/components/illustration/illustration.js +90 -0
  280. package/test-env/components/illustration/illustration.styles.js +22 -0
  281. package/test-env/components/illustration/index.js +12 -0
  282. package/test-env/components/index.js +11 -0
  283. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  284. package/test-env/components/list_group/list_group.js +2 -2
  285. package/test-env/components/list_group/list_group_item.js +2 -2
  286. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  287. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  288. package/test-env/components/loading/loading_logo.js +1 -1
  289. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  290. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  291. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  292. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  293. package/test-env/components/page/page_header/page_header_content.js +1 -1
  294. package/test-env/components/pagination/pagination_button.js +1 -1
  295. package/test-env/components/panel/panel.styles.js +3 -3
  296. package/test-env/components/panel/split_panel/split_panel.styles.js +4 -4
  297. package/test-env/components/popover/with_popover.js +24 -0
  298. package/test-env/components/search_bar/search_bar.js +192 -379
  299. package/test-env/components/search_bar/search_filters.js +10 -3
  300. package/test-env/components/selectable/selectable_list/selectable_list.js +8 -1
  301. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  302. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  303. package/test-env/components/table/table_header_cell.js +1 -1
  304. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  305. package/test-env/components/toast/global_toast_list.js +2 -2
  306. package/test-env/components/toast/toast.js +2 -2
  307. package/test-env/components/toast/toast.styles.js +2 -2
  308. package/test-env/components/tool_tip/icon_tip.js +1 -1
  309. package/test-env/components/tool_tip/with_tooltip.js +21 -0
package/eui.d.ts CHANGED
@@ -2971,6 +2971,17 @@ declare module '@elastic/eui/src/components/icon/assets/app_add_data' {
2971
2971
  export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
2972
2972
  export {};
2973
2973
 
2974
+ }
2975
+ declare module '@elastic/eui/src/components/icon/assets/add_to_chat' {
2976
+ import * as React from 'react';
2977
+ import type { SVGProps } from 'react';
2978
+ interface SVGRProps {
2979
+ title?: string;
2980
+ titleId?: string;
2981
+ }
2982
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
2983
+ export {};
2984
+
2974
2985
  }
2975
2986
  declare module '@elastic/eui/src/components/icon/assets/add_to_dashboard' {
2976
2987
  import * as React from 'react';
@@ -8902,190 +8913,203 @@ declare module '@elastic/eui/src/components/icon/assets/token_vector_sparse' {
8902
8913
 
8903
8914
  }
8904
8915
  declare module '@elastic/eui/src/components/icon/icon_map' {
8916
+ import type { ComponentType } from 'react';
8917
+ type IconImportLoader = () => Promise<{
8918
+ icon: ComponentType;
8919
+ }>;
8920
+ export type IconCategory = 'glyph' | 'app' | 'elasticLogo' | 'thirdPartyLogo' | 'ml' | 'token';
8921
+ type IconMetadata = {
8922
+ category?: IconCategory;
8923
+ synonyms?: string[];
8924
+ };
8925
+ type IconImportLoaderWithMetadata = IconImportLoader & {
8926
+ metadata?: IconMetadata;
8927
+ };
8905
8928
  export const typeToPathMap: {
8906
- accessibility: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/accessibility")>;
8907
- addDataApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_add_data")>;
8908
- addToDashboard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/add_to_dashboard")>;
8909
- advancedSettingsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_advanced_settings")>;
8910
- agentApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_fleet")>;
8911
- aggregate: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/aggregate")>;
8912
- alignBottom: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_bottom")>;
8913
- alignBottomLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_bottom_left")>;
8914
- alignBottomRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_bottom_right")>;
8915
- alignCenterHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_center_horizontal")>;
8916
- alignCenterVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_center_vertical")>;
8917
- alignLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_left")>;
8918
- alignRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_right")>;
8919
- alignTop: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_top")>;
8920
- alignTopLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_top_left")>;
8921
- alignTopRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/align_top_right")>;
8929
+ accessibility: IconImportLoaderWithMetadata;
8930
+ addDataApp: IconImportLoaderWithMetadata;
8931
+ addToChat: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/add_to_chat")>;
8932
+ addToDashboard: IconImportLoaderWithMetadata;
8933
+ advancedSettingsApp: IconImportLoaderWithMetadata;
8934
+ agentApp: IconImportLoaderWithMetadata;
8935
+ aggregate: IconImportLoaderWithMetadata;
8936
+ alignBottom: IconImportLoaderWithMetadata;
8937
+ alignBottomLeft: IconImportLoaderWithMetadata;
8938
+ alignBottomRight: IconImportLoaderWithMetadata;
8939
+ alignCenterHorizontal: IconImportLoaderWithMetadata;
8940
+ alignCenterVertical: IconImportLoaderWithMetadata;
8941
+ alignLeft: IconImportLoaderWithMetadata;
8942
+ alignRight: IconImportLoaderWithMetadata;
8943
+ alignTop: IconImportLoaderWithMetadata;
8944
+ alignTopLeft: IconImportLoaderWithMetadata;
8945
+ alignTopRight: IconImportLoaderWithMetadata;
8922
8946
  alert: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/warning")>;
8923
8947
  analyzeEvent: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/analyze_event")>;
8924
8948
  annotation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/annotation")>;
8925
8949
  anomalyChart: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_anomaly")>;
8926
- chartAnomaly: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_anomaly")>;
8950
+ chartAnomaly: IconImportLoaderWithMetadata;
8927
8951
  anomalySwimLane: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/anomaly_swim_lane")>;
8928
- apmApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_apm")>;
8952
+ apmApp: IconImportLoaderWithMetadata;
8929
8953
  apmTrace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_waterfall")>;
8930
- chartWaterfall: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_waterfall")>;
8931
- appSearchApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_app_search")>;
8954
+ chartWaterfall: IconImportLoaderWithMetadata;
8955
+ appSearchApp: IconImportLoaderWithMetadata;
8932
8956
  apps: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/apps")>;
8933
8957
  arrowDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_down")>;
8934
- chevronSingleDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_down")>;
8958
+ chevronSingleDown: IconImportLoaderWithMetadata;
8935
8959
  arrowLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_left")>;
8936
- chevronSingleLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_left")>;
8960
+ chevronSingleLeft: IconImportLoaderWithMetadata;
8937
8961
  arrowRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_right")>;
8938
- chevronSingleRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_right")>;
8962
+ chevronSingleRight: IconImportLoaderWithMetadata;
8939
8963
  arrowUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_up")>;
8940
- chevronSingleUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_up")>;
8964
+ chevronSingleUp: IconImportLoaderWithMetadata;
8941
8965
  arrowStart: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_limit_left")>;
8942
- chevronLimitLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_limit_left")>;
8966
+ chevronLimitLeft: IconImportLoaderWithMetadata;
8943
8967
  arrowEnd: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_limit_right")>;
8944
- chevronLimitRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_limit_right")>;
8968
+ chevronLimitRight: IconImportLoaderWithMetadata;
8945
8969
  article: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/article")>;
8946
- asterisk: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/asterisk")>;
8947
- at: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/at")>;
8948
- archive: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/archive")>;
8949
- axisX: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/axis_x")>;
8950
- axisYLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/axis_y_left")>;
8951
- axisYRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/axis_y_right")>;
8952
- auditbeatApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_auditbeat")>;
8953
- backgroundTask: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/background_task")>;
8970
+ asterisk: IconImportLoaderWithMetadata;
8971
+ at: IconImportLoaderWithMetadata;
8972
+ archive: IconImportLoaderWithMetadata;
8973
+ axisX: IconImportLoaderWithMetadata;
8974
+ axisYLeft: IconImportLoaderWithMetadata;
8975
+ axisYRight: IconImportLoaderWithMetadata;
8976
+ auditbeatApp: IconImportLoaderWithMetadata;
8977
+ backgroundTask: IconImportLoaderWithMetadata;
8954
8978
  beaker: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/flask")>;
8955
- bell: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/bell")>;
8956
- bellSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/bell_slash")>;
8957
- beta: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/beta")>;
8958
- bolt: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/bolt")>;
8979
+ bell: IconImportLoaderWithMetadata;
8980
+ bellSlash: IconImportLoaderWithMetadata;
8981
+ beta: IconImportLoaderWithMetadata;
8982
+ bolt: IconImportLoaderWithMetadata;
8959
8983
  boxesHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/boxes_vertical")>;
8960
8984
  boxesVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/boxes_vertical")>;
8961
- branch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/branch")>;
8962
- briefcase: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/briefcase")>;
8985
+ branch: IconImportLoaderWithMetadata;
8986
+ briefcase: IconImportLoaderWithMetadata;
8963
8987
  branchUser: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/branch_user")>;
8964
- broom: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/broom")>;
8965
- brush: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/brush")>;
8966
- bug: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/bug")>;
8967
- bulb: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/bulb")>;
8968
- bullseye: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/bullseye")>;
8969
- calendar: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/calendar")>;
8970
- canvasApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_canvas")>;
8971
- casesApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_cases")>;
8988
+ broom: IconImportLoaderWithMetadata;
8989
+ brush: IconImportLoaderWithMetadata;
8990
+ bug: IconImportLoaderWithMetadata;
8991
+ bulb: IconImportLoaderWithMetadata;
8992
+ bullseye: IconImportLoaderWithMetadata;
8993
+ calendar: IconImportLoaderWithMetadata;
8994
+ canvasApp: IconImportLoaderWithMetadata;
8995
+ casesApp: IconImportLoaderWithMetadata;
8972
8996
  changePointDetection: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_change_point")>;
8973
- chartChangePoint: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_change_point")>;
8974
- chartArea: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_area")>;
8975
- chartAreaStack: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_area_stack")>;
8976
- chartBarHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_bar_horizontal")>;
8977
- chartBarHorizontalStack: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_bar_horizontal_stack")>;
8978
- chartBarVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_bar_vertical")>;
8979
- chartBarVerticalStack: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_bar_vertical_stack")>;
8980
- chartGauge: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_gauge")>;
8981
- chartHeatmap: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_heatmap")>;
8982
- chartLine: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_line")>;
8983
- chartPie: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_pie")>;
8984
- chartTagCloud: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_tag_cloud")>;
8985
- chartThreshold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_threshold")>;
8986
- check: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/check")>;
8987
- checkCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/check_circle")>;
8997
+ chartChangePoint: IconImportLoaderWithMetadata;
8998
+ chartArea: IconImportLoaderWithMetadata;
8999
+ chartAreaStack: IconImportLoaderWithMetadata;
9000
+ chartBarHorizontal: IconImportLoaderWithMetadata;
9001
+ chartBarHorizontalStack: IconImportLoaderWithMetadata;
9002
+ chartBarVertical: IconImportLoaderWithMetadata;
9003
+ chartBarVerticalStack: IconImportLoaderWithMetadata;
9004
+ chartGauge: IconImportLoaderWithMetadata;
9005
+ chartHeatmap: IconImportLoaderWithMetadata;
9006
+ chartLine: IconImportLoaderWithMetadata;
9007
+ chartPie: IconImportLoaderWithMetadata;
9008
+ chartTagCloud: IconImportLoaderWithMetadata;
9009
+ chartThreshold: IconImportLoaderWithMetadata;
9010
+ check: IconImportLoaderWithMetadata;
9011
+ checkCircle: IconImportLoaderWithMetadata;
8988
9012
  checkInCircleFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/check_circle_fill")>;
8989
- checkCircleFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/check_circle_fill")>;
9013
+ checkCircleFill: IconImportLoaderWithMetadata;
8990
9014
  cheer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/popper")>;
8991
- popper: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/popper")>;
8992
- classificationJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_classification_job")>;
8993
- clickLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/click_left")>;
8994
- clickRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/click_right")>;
8995
- clock: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/clock")>;
8996
- clockCounter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/clock_counter")>;
8997
- clockControl: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/clock_control")>;
8998
- cloud: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud")>;
9015
+ popper: IconImportLoaderWithMetadata;
9016
+ classificationJob: IconImportLoaderWithMetadata;
9017
+ clickLeft: IconImportLoaderWithMetadata;
9018
+ clickRight: IconImportLoaderWithMetadata;
9019
+ clock: IconImportLoaderWithMetadata;
9020
+ clockCounter: IconImportLoaderWithMetadata;
9021
+ clockControl: IconImportLoaderWithMetadata;
9022
+ cloud: IconImportLoaderWithMetadata;
8999
9023
  cloudDrizzle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_drizzle")>;
9000
9024
  cloudStormy: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_stormy")>;
9001
9025
  cloudSunny: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_sunny")>;
9002
- cluster: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cluster")>;
9003
- code: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/code")>;
9004
- codeApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_code")>;
9026
+ cluster: IconImportLoaderWithMetadata;
9027
+ code: IconImportLoaderWithMetadata;
9028
+ codeApp: IconImportLoaderWithMetadata;
9005
9029
  color: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/paint_bucket")>;
9006
- paintBucket: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/paint_bucket")>;
9007
- commandLine: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/command_line")>;
9008
- comment: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/comment")>;
9009
- compare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/compare")>;
9030
+ paintBucket: IconImportLoaderWithMetadata;
9031
+ commandLine: IconImportLoaderWithMetadata;
9032
+ comment: IconImportLoaderWithMetadata;
9033
+ compare: IconImportLoaderWithMetadata;
9010
9034
  compute: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/processor")>;
9011
- processor: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/processor")>;
9035
+ processor: IconImportLoaderWithMetadata;
9012
9036
  console: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/command_line")>;
9013
- consoleApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_console")>;
9037
+ consoleApp: IconImportLoaderWithMetadata;
9014
9038
  container: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/container")>;
9015
9039
  continuityAbove: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_above")>;
9016
9040
  continuityAboveBelow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_above_below")>;
9017
9041
  continuityBelow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_below")>;
9018
9042
  continuityWithin: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_within")>;
9019
- contrast: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/contrast")>;
9043
+ contrast: IconImportLoaderWithMetadata;
9020
9044
  contrastHigh: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/contrast_fill")>;
9021
- contrastFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/contrast_fill")>;
9022
- controls: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/controls")>;
9045
+ contrastFill: IconImportLoaderWithMetadata;
9046
+ controls: IconImportLoaderWithMetadata;
9023
9047
  controlsHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/controls")>;
9024
9048
  controlsVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/controls")>;
9025
- copy: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/copy")>;
9049
+ copy: IconImportLoaderWithMetadata;
9026
9050
  copyClipboard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/copy")>;
9027
- crossProjectSearch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cross_project_search")>;
9028
- createAdvancedJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_create_advanced_job")>;
9029
- createGenericJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_create_generic_job")>;
9030
- createGeoJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_create_geo_job")>;
9031
- createMultiMetricJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_create_multi_metric_job")>;
9032
- createPopulationJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_create_population_job")>;
9033
- createSingleMetricJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_create_single_metric_job")>;
9034
- cross: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cross")>;
9035
- crossClusterReplicationApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_cross_cluster_replication")>;
9051
+ crossProjectSearch: IconImportLoaderWithMetadata;
9052
+ createAdvancedJob: IconImportLoaderWithMetadata;
9053
+ createGenericJob: IconImportLoaderWithMetadata;
9054
+ createGeoJob: IconImportLoaderWithMetadata;
9055
+ createMultiMetricJob: IconImportLoaderWithMetadata;
9056
+ createPopulationJob: IconImportLoaderWithMetadata;
9057
+ createSingleMetricJob: IconImportLoaderWithMetadata;
9058
+ cross: IconImportLoaderWithMetadata;
9059
+ crossClusterReplicationApp: IconImportLoaderWithMetadata;
9036
9060
  crossInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cross_circle")>;
9037
- crossCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cross_circle")>;
9038
- crosshair: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/crosshair")>;
9061
+ crossCircle: IconImportLoaderWithMetadata;
9062
+ crosshair: IconImportLoaderWithMetadata;
9039
9063
  crosshairs: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/crosshair")>;
9040
9064
  currency: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/money")>;
9041
- money: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/money")>;
9065
+ money: IconImportLoaderWithMetadata;
9042
9066
  cut: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scissors")>;
9043
- scissors: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scissors")>;
9044
- dashboardApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_dashboard")>;
9045
- dashedCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/dashed_circle")>;
9046
- dataVisualizer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_data_visualizer")>;
9047
- database: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/database")>;
9067
+ scissors: IconImportLoaderWithMetadata;
9068
+ dashboardApp: IconImportLoaderWithMetadata;
9069
+ dashedCircle: IconImportLoaderWithMetadata;
9070
+ dataVisualizer: IconImportLoaderWithMetadata;
9071
+ database: IconImportLoaderWithMetadata;
9048
9072
  desktop: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/display")>;
9049
- display: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/display")>;
9050
- devToolsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_devtools")>;
9073
+ display: IconImportLoaderWithMetadata;
9074
+ devToolsApp: IconImportLoaderWithMetadata;
9051
9075
  diff: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/compare")>;
9052
- discoverApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_discover")>;
9053
- distributeHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/distribute_horizontal")>;
9054
- distributeVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/distribute_vertical")>;
9055
- download: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/download")>;
9056
- drag: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag")>;
9057
- dragHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag_horizontal")>;
9058
- dragVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag_vertical")>;
9076
+ discoverApp: IconImportLoaderWithMetadata;
9077
+ distributeHorizontal: IconImportLoaderWithMetadata;
9078
+ distributeVertical: IconImportLoaderWithMetadata;
9079
+ download: IconImportLoaderWithMetadata;
9080
+ drag: IconImportLoaderWithMetadata;
9081
+ dragHorizontal: IconImportLoaderWithMetadata;
9082
+ dragVertical: IconImportLoaderWithMetadata;
9059
9083
  discuss: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/comment")>;
9060
- document: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/document")>;
9084
+ document: IconImportLoaderWithMetadata;
9061
9085
  documentEdit: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/document_edit")>;
9062
- documentation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/documentation")>;
9063
- documents: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/documents")>;
9064
- dot: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/dot")>;
9086
+ documentation: IconImportLoaderWithMetadata;
9087
+ documents: IconImportLoaderWithMetadata;
9088
+ dot: IconImportLoaderWithMetadata;
9065
9089
  dotInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/dot_in_circle")>;
9066
9090
  doubleArrowLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_double_left")>;
9067
- chevronDoubleLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_double_left")>;
9091
+ chevronDoubleLeft: IconImportLoaderWithMetadata;
9068
9092
  doubleArrowRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_double_right")>;
9069
- chevronDoubleRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_double_right")>;
9070
- ellipsis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ellipsis")>;
9093
+ chevronDoubleRight: IconImportLoaderWithMetadata;
9094
+ ellipsis: IconImportLoaderWithMetadata;
9071
9095
  editorAlignCenter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_center")>;
9072
- textAlignCenter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_center")>;
9096
+ textAlignCenter: IconImportLoaderWithMetadata;
9073
9097
  editorAlignLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_left")>;
9074
- textAlignLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_left")>;
9098
+ textAlignLeft: IconImportLoaderWithMetadata;
9075
9099
  editorAlignRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_right")>;
9076
- textAlignRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_right")>;
9100
+ textAlignRight: IconImportLoaderWithMetadata;
9077
9101
  editorBold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_bold")>;
9078
- textBold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_bold")>;
9102
+ textBold: IconImportLoaderWithMetadata;
9079
9103
  editorChecklist: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_check")>;
9080
- listCheck: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_check")>;
9104
+ listCheck: IconImportLoaderWithMetadata;
9081
9105
  editorCodeBlock: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/code")>;
9082
9106
  editorComment: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/comment")>;
9083
9107
  editorDistributeHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_distribute_horizontal")>;
9084
9108
  editorDistributeVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_distribute_vertical")>;
9085
9109
  editorHeading: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_heading")>;
9086
- textHeading: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_heading")>;
9110
+ textHeading: IconImportLoaderWithMetadata;
9087
9111
  editorItalic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_italic")>;
9088
- textItalic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_italic")>;
9112
+ textItalic: IconImportLoaderWithMetadata;
9089
9113
  editorItemAlignBottom: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_bottom")>;
9090
9114
  editorItemAlignCenter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_center")>;
9091
9115
  editorItemAlignLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_left")>;
@@ -9094,344 +9118,344 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
9094
9118
  editorItemAlignTop: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_top")>;
9095
9119
  editorLink: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link")>;
9096
9120
  editorOrderedList: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_number")>;
9097
- listNumber: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_number")>;
9121
+ listNumber: IconImportLoaderWithMetadata;
9098
9122
  editorPositionBottomLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_bottom_left")>;
9099
9123
  editorPositionBottomRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_bottom_right")>;
9100
9124
  editorPositionTopLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_top_left")>;
9101
9125
  editorPositionTopRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_top_right")>;
9102
9126
  editorRedo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/redo")>;
9103
- redo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/redo")>;
9127
+ redo: IconImportLoaderWithMetadata;
9104
9128
  editorStrike: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_strike")>;
9105
- textStrike: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_strike")>;
9129
+ textStrike: IconImportLoaderWithMetadata;
9106
9130
  editorTable: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
9107
- table: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
9131
+ table: IconImportLoaderWithMetadata;
9108
9132
  editorUnderline: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_underline")>;
9109
- textUnderline: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_underline")>;
9133
+ textUnderline: IconImportLoaderWithMetadata;
9110
9134
  editorUndo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/undo")>;
9111
- undo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/undo")>;
9135
+ undo: IconImportLoaderWithMetadata;
9112
9136
  editorUnorderedList: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_bullet")>;
9113
- listBullet: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_bullet")>;
9137
+ listBullet: IconImportLoaderWithMetadata;
9114
9138
  email: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mail")>;
9115
- mail: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mail")>;
9116
- empty: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/empty")>;
9117
- emsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_ems")>;
9118
- endpoint: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/endpoint")>;
9139
+ mail: IconImportLoaderWithMetadata;
9140
+ empty: IconImportLoaderWithMetadata;
9141
+ emsApp: IconImportLoaderWithMetadata;
9142
+ endpoint: IconImportLoaderWithMetadata;
9119
9143
  eql: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query")>;
9120
- query: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query")>;
9121
- eraser: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/eraser")>;
9122
- error: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/error")>;
9144
+ query: IconImportLoaderWithMetadata;
9145
+ eraser: IconImportLoaderWithMetadata;
9146
+ error: IconImportLoaderWithMetadata;
9123
9147
  errorFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/error_fill")>;
9124
- errorFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/error_fill")>;
9148
+ errorFill: IconImportLoaderWithMetadata;
9125
9149
  esqlVis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/esql_vis")>;
9126
9150
  exit: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/log_out")>;
9127
- logOut: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/log_out")>;
9151
+ logOut: IconImportLoaderWithMetadata;
9128
9152
  expand: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/maximize")>;
9129
- maximize: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/maximize")>;
9153
+ maximize: IconImportLoaderWithMetadata;
9130
9154
  expandMini: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/maximize")>;
9131
9155
  export: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/upload")>;
9132
9156
  exportAction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/upload")>;
9133
- upload: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/upload")>;
9134
- external: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/external")>;
9135
- eye: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/eye")>;
9157
+ upload: IconImportLoaderWithMetadata;
9158
+ external: IconImportLoaderWithMetadata;
9159
+ eye: IconImportLoaderWithMetadata;
9136
9160
  eyeClosed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/eye_slash")>;
9137
- eyeSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/eye_slash")>;
9138
- faceHappy: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/face_happy")>;
9139
- faceNeutral: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/face_neutral")>;
9140
- faceSad: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/face_sad")>;
9161
+ eyeSlash: IconImportLoaderWithMetadata;
9162
+ faceHappy: IconImportLoaderWithMetadata;
9163
+ faceNeutral: IconImportLoaderWithMetadata;
9164
+ faceSad: IconImportLoaderWithMetadata;
9141
9165
  fieldStatistics: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_info")>;
9142
- tableInfo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_info")>;
9143
- filebeatApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_filebeat")>;
9144
- filter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/filter")>;
9145
- filterExclude: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/filter_exclude")>;
9146
- filterIgnore: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/filter_ignore")>;
9147
- filterInclude: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/filter_include")>;
9166
+ tableInfo: IconImportLoaderWithMetadata;
9167
+ filebeatApp: IconImportLoaderWithMetadata;
9168
+ filter: IconImportLoaderWithMetadata;
9169
+ filterExclude: IconImportLoaderWithMetadata;
9170
+ filterIgnore: IconImportLoaderWithMetadata;
9171
+ filterInclude: IconImportLoaderWithMetadata;
9148
9172
  filterInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/filter_in_circle")>;
9149
- flask: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/flask")>;
9150
- flag: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/flag")>;
9151
- fleetApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_agent")>;
9173
+ flask: IconImportLoaderWithMetadata;
9174
+ flag: IconImportLoaderWithMetadata;
9175
+ fleetApp: IconImportLoaderWithMetadata;
9152
9176
  fold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/fold")>;
9153
9177
  folder: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
9154
9178
  folderClosed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
9155
- folderClose: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
9179
+ folderClose: IconImportLoaderWithMetadata;
9156
9180
  folderCheck: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_check")>;
9157
9181
  folderExclamation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_exclamation")>;
9158
- folderOpen: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_open")>;
9182
+ folderOpen: IconImportLoaderWithMetadata;
9159
9183
  folderOpened: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_open")>;
9160
9184
  frameNext: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/frame_next")>;
9161
9185
  framePrevious: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/frame_previous")>;
9162
- fullScreen: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/full_screen")>;
9163
- fullScreenExit: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/full_screen_exit")>;
9186
+ fullScreen: IconImportLoaderWithMetadata;
9187
+ fullScreenExit: IconImportLoaderWithMetadata;
9164
9188
  function: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/function")>;
9165
- gear: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/gear")>;
9166
- gisApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_gis")>;
9189
+ gear: IconImportLoaderWithMetadata;
9190
+ gisApp: IconImportLoaderWithMetadata;
9167
9191
  glasses: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/read_only")>;
9168
- globe: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/globe")>;
9192
+ globe: IconImportLoaderWithMetadata;
9169
9193
  grab: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag_vertical")>;
9170
9194
  grabHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag_horizontal")>;
9171
9195
  grabOmnidirectional: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/grab_omnidirectional")>;
9172
- gradient: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/gradient")>;
9173
- graphApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_graph")>;
9174
- grid: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/grid")>;
9175
- grokApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_grok")>;
9176
- heart: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/heart")>;
9177
- heartbeatApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_heartbeat")>;
9196
+ gradient: IconImportLoaderWithMetadata;
9197
+ graphApp: IconImportLoaderWithMetadata;
9198
+ grid: IconImportLoaderWithMetadata;
9199
+ grokApp: IconImportLoaderWithMetadata;
9200
+ heart: IconImportLoaderWithMetadata;
9201
+ heartbeatApp: IconImportLoaderWithMetadata;
9178
9202
  heatmap: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_heatmap")>;
9179
9203
  help: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/help")>;
9180
- home: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/home")>;
9181
- hourglass: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/hourglass")>;
9182
- if: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/if")>;
9183
- info: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/info")>;
9184
- image: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/image")>;
9204
+ home: IconImportLoaderWithMetadata;
9205
+ hourglass: IconImportLoaderWithMetadata;
9206
+ if: IconImportLoaderWithMetadata;
9207
+ info: IconImportLoaderWithMetadata;
9208
+ image: IconImportLoaderWithMetadata;
9185
9209
  importAction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/download")>;
9186
9210
  index: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index")>;
9187
- indexClose: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index_close")>;
9188
- indexEdit: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index_edit")>;
9211
+ indexClose: IconImportLoaderWithMetadata;
9212
+ indexEdit: IconImportLoaderWithMetadata;
9189
9213
  indexFlush: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_threshold")>;
9190
- indexManagementApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_index_management")>;
9214
+ indexManagementApp: IconImportLoaderWithMetadata;
9191
9215
  indexMapping: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mapping")>;
9192
- mapping: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mapping")>;
9193
- indexOpen: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index_open")>;
9194
- indexPatternApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_index_pattern")>;
9195
- indexRollupApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_index_rollup")>;
9196
- indexRuntime: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index_runtime")>;
9197
- indexSettings: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index_settings")>;
9216
+ mapping: IconImportLoaderWithMetadata;
9217
+ indexOpen: IconImportLoaderWithMetadata;
9218
+ indexPatternApp: IconImportLoaderWithMetadata;
9219
+ indexRollupApp: IconImportLoaderWithMetadata;
9220
+ indexRuntime: IconImportLoaderWithMetadata;
9221
+ indexSettings: IconImportLoaderWithMetadata;
9198
9222
  indexTemporary: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_time")>;
9199
- tableTime: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_time")>;
9200
- infinity: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/infinity")>;
9201
- inputOutput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/input_output")>;
9202
- inspect: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/inspect")>;
9223
+ tableTime: IconImportLoaderWithMetadata;
9224
+ infinity: IconImportLoaderWithMetadata;
9225
+ inputOutput: IconImportLoaderWithMetadata;
9226
+ inspect: IconImportLoaderWithMetadata;
9203
9227
  invert: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/contrast")>;
9204
9228
  ip: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ip")>;
9205
- key: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/key")>;
9206
- keyboard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/keyboard")>;
9229
+ key: IconImportLoaderWithMetadata;
9230
+ keyboard: IconImportLoaderWithMetadata;
9207
9231
  kqlField: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_field")>;
9208
- queryField: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_field")>;
9232
+ queryField: IconImportLoaderWithMetadata;
9209
9233
  kqlFunction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kql_function")>;
9210
9234
  kqlOperand: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_operand")>;
9211
- queryOperand: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_operand")>;
9235
+ queryOperand: IconImportLoaderWithMetadata;
9212
9236
  kqlSelector: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_selector")>;
9213
- querySelector: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_selector")>;
9237
+ querySelector: IconImportLoaderWithMetadata;
9214
9238
  kqlValue: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_value")>;
9215
- queryValue: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_value")>;
9239
+ queryValue: IconImportLoaderWithMetadata;
9216
9240
  kubernetesNode: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kubernetes_node")>;
9217
- kubernetesPod: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kubernetes_pod")>;
9241
+ kubernetesPod: IconImportLoaderWithMetadata;
9218
9242
  launch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/rocket")>;
9219
- rocket: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/rocket")>;
9220
- layers: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/layers")>;
9221
- lensApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_lens")>;
9243
+ rocket: IconImportLoaderWithMetadata;
9244
+ layers: IconImportLoaderWithMetadata;
9245
+ lensApp: IconImportLoaderWithMetadata;
9222
9246
  lettering: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text")>;
9223
- text: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text")>;
9224
- lineBreak: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_break")>;
9225
- lineBreakSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_break_slash")>;
9226
- lineDash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_dash")>;
9247
+ text: IconImportLoaderWithMetadata;
9248
+ lineBreak: IconImportLoaderWithMetadata;
9249
+ lineBreakSlash: IconImportLoaderWithMetadata;
9250
+ lineDash: IconImportLoaderWithMetadata;
9227
9251
  lineDashed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_dash")>;
9228
- lineDot: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_dot")>;
9252
+ lineDot: IconImportLoaderWithMetadata;
9229
9253
  lineDotted: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_dot")>;
9230
- lineSolid: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_solid")>;
9231
- link: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link")>;
9232
- linkSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link_slash")>;
9254
+ lineSolid: IconImportLoaderWithMetadata;
9255
+ link: IconImportLoaderWithMetadata;
9256
+ linkSlash: IconImportLoaderWithMetadata;
9233
9257
  list: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_bullet")>;
9234
9258
  listAdd: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
9235
- lock: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/lock")>;
9236
- lockOpen: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/lock_open")>;
9259
+ lock: IconImportLoaderWithMetadata;
9260
+ lockOpen: IconImportLoaderWithMetadata;
9237
9261
  logPatternAnalysis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pattern")>;
9238
- pattern: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pattern")>;
9262
+ pattern: IconImportLoaderWithMetadata;
9239
9263
  logRateAnalysis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/log_rate_analysis")>;
9240
- logoAWS: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_aws")>;
9241
- logoAWSMono: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_aws_mono")>;
9242
- logoAerospike: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_aerospike")>;
9243
- logoApache: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_apache")>;
9244
- logoAppSearch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_app_search")>;
9245
- logoAzure: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_azure")>;
9246
- logoAzureMono: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_azure_mono")>;
9247
- logoBeats: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_beats")>;
9248
- logoBusinessAnalytics: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_business_analytics")>;
9249
- logoCeph: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_ceph")>;
9250
- logoCloud: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_cloud")>;
9251
- logoCloudEnterprise: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_cloud_ece")>;
9252
- logoCode: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_code")>;
9253
- logoCodesandbox: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_codesandbox")>;
9254
- logoCouchbase: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_couchbase")>;
9255
- logoDocker: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_docker")>;
9256
- logoDropwizard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_dropwizard")>;
9257
- logoElastic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_elastic")>;
9258
- logoElasticStack: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_elastic_stack")>;
9259
- logoElasticsearch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_elasticsearch")>;
9260
- logoEnterpriseSearch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_enterprise_search")>;
9261
- logoEtcd: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_etcd")>;
9262
- logoGCP: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_gcp")>;
9263
- logoGCPMono: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_gcp_mono")>;
9264
- logoGithub: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_github")>;
9265
- logoGmail: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_gmail")>;
9266
- logoGolang: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_golang")>;
9267
- logoGoogleG: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_google_g")>;
9268
- logoHAproxy: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_haproxy")>;
9269
- logoIBM: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_ibm")>;
9270
- logoIBMMono: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_ibm_mono")>;
9271
- logoKafka: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_kafka")>;
9272
- logoKibana: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_kibana")>;
9273
- logoKubernetes: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_kubernetes")>;
9274
- logoLogging: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_logging")>;
9275
- logoLogstash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_logstash")>;
9276
- logoMaps: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_maps")>;
9277
- logoMemcached: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_memcached")>;
9278
- logoMetrics: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_metrics")>;
9279
- logoMongodb: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_mongodb")>;
9280
- logoMySQL: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_mysql")>;
9281
- logoNginx: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_nginx")>;
9282
- logoObservability: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_observability")>;
9283
- logoOsquery: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_osquery")>;
9284
- logoPhp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_php")>;
9285
- logoPostgres: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_postgres")>;
9286
- logoPrometheus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_prometheus")>;
9287
- logoRabbitmq: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_rabbitmq")>;
9288
- logoRedis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_redis")>;
9289
- logoSecurity: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_security")>;
9290
- logoSiteSearch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_site_search")>;
9291
- logoSketch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_sketch")>;
9292
- logoSlack: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_slack")>;
9293
- logoUptime: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_uptime")>;
9294
- logoVectorDB: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_vector_db")>;
9295
- logoVulnerabilityManagement: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_vulnerability_management")>;
9296
- logoWebhook: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_webhook")>;
9297
- logoWindows: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_windows")>;
9298
- logoWorkplaceSearch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logo_workplace_search")>;
9299
- logsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_logs")>;
9264
+ logoAWS: IconImportLoaderWithMetadata;
9265
+ logoAWSMono: IconImportLoaderWithMetadata;
9266
+ logoAerospike: IconImportLoaderWithMetadata;
9267
+ logoApache: IconImportLoaderWithMetadata;
9268
+ logoAppSearch: IconImportLoaderWithMetadata;
9269
+ logoAzure: IconImportLoaderWithMetadata;
9270
+ logoAzureMono: IconImportLoaderWithMetadata;
9271
+ logoBeats: IconImportLoaderWithMetadata;
9272
+ logoBusinessAnalytics: IconImportLoaderWithMetadata;
9273
+ logoCeph: IconImportLoaderWithMetadata;
9274
+ logoCloud: IconImportLoaderWithMetadata;
9275
+ logoCloudEnterprise: IconImportLoaderWithMetadata;
9276
+ logoCode: IconImportLoaderWithMetadata;
9277
+ logoCodesandbox: IconImportLoaderWithMetadata;
9278
+ logoCouchbase: IconImportLoaderWithMetadata;
9279
+ logoDocker: IconImportLoaderWithMetadata;
9280
+ logoDropwizard: IconImportLoaderWithMetadata;
9281
+ logoElastic: IconImportLoaderWithMetadata;
9282
+ logoElasticStack: IconImportLoaderWithMetadata;
9283
+ logoElasticsearch: IconImportLoaderWithMetadata;
9284
+ logoEnterpriseSearch: IconImportLoaderWithMetadata;
9285
+ logoEtcd: IconImportLoaderWithMetadata;
9286
+ logoGCP: IconImportLoaderWithMetadata;
9287
+ logoGCPMono: IconImportLoaderWithMetadata;
9288
+ logoGithub: IconImportLoaderWithMetadata;
9289
+ logoGmail: IconImportLoaderWithMetadata;
9290
+ logoGolang: IconImportLoaderWithMetadata;
9291
+ logoGoogleG: IconImportLoaderWithMetadata;
9292
+ logoHAproxy: IconImportLoaderWithMetadata;
9293
+ logoIBM: IconImportLoaderWithMetadata;
9294
+ logoIBMMono: IconImportLoaderWithMetadata;
9295
+ logoKafka: IconImportLoaderWithMetadata;
9296
+ logoKibana: IconImportLoaderWithMetadata;
9297
+ logoKubernetes: IconImportLoaderWithMetadata;
9298
+ logoLogging: IconImportLoaderWithMetadata;
9299
+ logoLogstash: IconImportLoaderWithMetadata;
9300
+ logoMaps: IconImportLoaderWithMetadata;
9301
+ logoMemcached: IconImportLoaderWithMetadata;
9302
+ logoMetrics: IconImportLoaderWithMetadata;
9303
+ logoMongodb: IconImportLoaderWithMetadata;
9304
+ logoMySQL: IconImportLoaderWithMetadata;
9305
+ logoNginx: IconImportLoaderWithMetadata;
9306
+ logoObservability: IconImportLoaderWithMetadata;
9307
+ logoOsquery: IconImportLoaderWithMetadata;
9308
+ logoPhp: IconImportLoaderWithMetadata;
9309
+ logoPostgres: IconImportLoaderWithMetadata;
9310
+ logoPrometheus: IconImportLoaderWithMetadata;
9311
+ logoRabbitmq: IconImportLoaderWithMetadata;
9312
+ logoRedis: IconImportLoaderWithMetadata;
9313
+ logoSecurity: IconImportLoaderWithMetadata;
9314
+ logoSiteSearch: IconImportLoaderWithMetadata;
9315
+ logoSketch: IconImportLoaderWithMetadata;
9316
+ logoSlack: IconImportLoaderWithMetadata;
9317
+ logoUptime: IconImportLoaderWithMetadata;
9318
+ logoVectorDB: IconImportLoaderWithMetadata;
9319
+ logoVulnerabilityManagement: IconImportLoaderWithMetadata;
9320
+ logoWebhook: IconImportLoaderWithMetadata;
9321
+ logoWindows: IconImportLoaderWithMetadata;
9322
+ logoWorkplaceSearch: IconImportLoaderWithMetadata;
9323
+ logsApp: IconImportLoaderWithMetadata;
9300
9324
  logstashFilter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_filter")>;
9301
9325
  logstashIf: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/if")>;
9302
9326
  logstashInput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_input")>;
9303
9327
  logstashOutput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_output")>;
9304
9328
  logstashQueue: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/queue")>;
9305
- queue: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/queue")>;
9306
- machineLearningApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_ml")>;
9329
+ queue: IconImportLoaderWithMetadata;
9330
+ machineLearningApp: IconImportLoaderWithMetadata;
9307
9331
  magnet: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnet")>;
9308
- magnify: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify")>;
9309
- magnifyExclamation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_exclamation")>;
9310
- magnifyMinus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_minus")>;
9311
- magnifyPlus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_plus")>;
9332
+ magnify: IconImportLoaderWithMetadata;
9333
+ magnifyExclamation: IconImportLoaderWithMetadata;
9334
+ magnifyMinus: IconImportLoaderWithMetadata;
9335
+ magnifyPlus: IconImportLoaderWithMetadata;
9312
9336
  magnifyWithExclamation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_with_exclamation")>;
9313
9337
  magnifyWithMinus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_with_minus")>;
9314
9338
  magnifyWithPlus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_with_plus")>;
9315
- managementApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_management")>;
9316
- map: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/map")>;
9339
+ managementApp: IconImportLoaderWithMetadata;
9340
+ map: IconImportLoaderWithMetadata;
9317
9341
  mapMarker: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/waypoint")>;
9318
- waypoint: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/waypoint")>;
9319
- megaphone: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/megaphone")>;
9342
+ waypoint: IconImportLoaderWithMetadata;
9343
+ megaphone: IconImportLoaderWithMetadata;
9320
9344
  memory: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/memory")>;
9321
- menu: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu")>;
9345
+ menu: IconImportLoaderWithMetadata;
9322
9346
  menuDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu_down")>;
9323
- menuLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu_left")>;
9324
- menuRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu_right")>;
9347
+ menuLeft: IconImportLoaderWithMetadata;
9348
+ menuRight: IconImportLoaderWithMetadata;
9325
9349
  menuUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu_up")>;
9326
- merge: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/merge")>;
9327
- metricbeatApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_metricbeat")>;
9328
- metricsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_metrics")>;
9329
- minimize: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minimize")>;
9330
- minus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus")>;
9331
- minusCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_circle")>;
9350
+ merge: IconImportLoaderWithMetadata;
9351
+ metricbeatApp: IconImportLoaderWithMetadata;
9352
+ metricsApp: IconImportLoaderWithMetadata;
9353
+ minimize: IconImportLoaderWithMetadata;
9354
+ minus: IconImportLoaderWithMetadata;
9355
+ minusCircle: IconImportLoaderWithMetadata;
9332
9356
  minusInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_circle")>;
9333
9357
  minusInCircleFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_circle")>;
9334
9358
  minusInSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_square")>;
9335
- minusSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_square")>;
9359
+ minusSquare: IconImportLoaderWithMetadata;
9336
9360
  mobile: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mobile")>;
9337
- monitoringApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_monitoring")>;
9338
- moon: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/moon")>;
9339
- move: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/move")>;
9361
+ monitoringApp: IconImportLoaderWithMetadata;
9362
+ moon: IconImportLoaderWithMetadata;
9363
+ move: IconImportLoaderWithMetadata;
9340
9364
  namespace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/namespace")>;
9341
- nested: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/nested")>;
9365
+ nested: IconImportLoaderWithMetadata;
9342
9366
  newChat: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
9343
9367
  node: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vector_triangle")>;
9344
- vectorTriangle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vector_triangle")>;
9345
- notebookApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_notebook")>;
9346
- number: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/number")>;
9368
+ vectorTriangle: IconImportLoaderWithMetadata;
9369
+ notebookApp: IconImportLoaderWithMetadata;
9370
+ number: IconImportLoaderWithMetadata;
9347
9371
  offline: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wifi_slash")>;
9348
- wifiSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wifi_slash")>;
9372
+ wifiSlash: IconImportLoaderWithMetadata;
9349
9373
  online: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wifi")>;
9350
- wifi: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wifi")>;
9351
- outlierDetectionJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_outlier_detection_job")>;
9352
- package: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/package")>;
9353
- packetbeatApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_packetbeat")>;
9374
+ wifi: IconImportLoaderWithMetadata;
9375
+ outlierDetectionJob: IconImportLoaderWithMetadata;
9376
+ package: IconImportLoaderWithMetadata;
9377
+ packetbeatApp: IconImportLoaderWithMetadata;
9354
9378
  pageSelect: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/page_select")>;
9355
- pagesSelect: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pages_select")>;
9356
- palette: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/palette")>;
9357
- paperClip: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/paper_clip")>;
9358
- partial: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/partial")>;
9359
- pause: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pause")>;
9379
+ pagesSelect: IconImportLoaderWithMetadata;
9380
+ palette: IconImportLoaderWithMetadata;
9381
+ paperClip: IconImportLoaderWithMetadata;
9382
+ partial: IconImportLoaderWithMetadata;
9383
+ pause: IconImportLoaderWithMetadata;
9360
9384
  payment: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/payment")>;
9361
- pencil: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pencil")>;
9362
- percent: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/percent")>;
9363
- pin: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pin")>;
9364
- pinFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pin_fill")>;
9385
+ pencil: IconImportLoaderWithMetadata;
9386
+ percent: IconImportLoaderWithMetadata;
9387
+ pin: IconImportLoaderWithMetadata;
9388
+ pinFill: IconImportLoaderWithMetadata;
9365
9389
  pinFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pin_fill")>;
9366
9390
  pipeBreaks: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_break")>;
9367
- pipelineApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_pipeline")>;
9391
+ pipelineApp: IconImportLoaderWithMetadata;
9368
9392
  pipeNoBreaks: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_break_slash")>;
9369
- pivot: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pivot")>;
9370
- play: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/play")>;
9393
+ pivot: IconImportLoaderWithMetadata;
9394
+ play: IconImportLoaderWithMetadata;
9371
9395
  playFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/play_filled")>;
9372
9396
  plugs: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plugs")>;
9373
- plus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus")>;
9374
- plusCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
9397
+ plus: IconImportLoaderWithMetadata;
9398
+ plusCircle: IconImportLoaderWithMetadata;
9375
9399
  plusInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
9376
9400
  plusInCircleFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
9377
9401
  plusInSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_square")>;
9378
- plusSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_square")>;
9402
+ plusSquare: IconImportLoaderWithMetadata;
9379
9403
  popout: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/external")>;
9380
- presentation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/presentation")>;
9404
+ presentation: IconImportLoaderWithMetadata;
9381
9405
  productRobot: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_agent")>;
9382
- productAgent: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_agent")>;
9383
- productCloudInfra: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_cloud_infra")>;
9384
- productDashboard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_dashboard")>;
9385
- productDiscover: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_discover")>;
9386
- productML: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_ml")>;
9387
- productStreamsClassic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_streams_classic")>;
9388
- productStreamsWired: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_streams_wired")>;
9406
+ productAgent: IconImportLoaderWithMetadata;
9407
+ productCloudInfra: IconImportLoaderWithMetadata;
9408
+ productDashboard: IconImportLoaderWithMetadata;
9409
+ productDiscover: IconImportLoaderWithMetadata;
9410
+ productML: IconImportLoaderWithMetadata;
9411
+ productStreamsClassic: IconImportLoaderWithMetadata;
9412
+ productStreamsWired: IconImportLoaderWithMetadata;
9389
9413
  push: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/send")>;
9390
- send: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/send")>;
9391
- question: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/question")>;
9392
- quote: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/quote")>;
9393
- radar: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/radar")>;
9394
- readOnly: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/read_only")>;
9395
- recentlyViewedApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_recently_viewed")>;
9396
- refresh: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/refresh")>;
9397
- regressionJob: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ml_regression_job")>;
9398
- reporter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/reporter")>;
9399
- reportingApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_reporting")>;
9400
- return: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/return")>;
9414
+ send: IconImportLoaderWithMetadata;
9415
+ question: IconImportLoaderWithMetadata;
9416
+ quote: IconImportLoaderWithMetadata;
9417
+ radar: IconImportLoaderWithMetadata;
9418
+ readOnly: IconImportLoaderWithMetadata;
9419
+ recentlyViewedApp: IconImportLoaderWithMetadata;
9420
+ refresh: IconImportLoaderWithMetadata;
9421
+ regressionJob: IconImportLoaderWithMetadata;
9422
+ reporter: IconImportLoaderWithMetadata;
9423
+ reportingApp: IconImportLoaderWithMetadata;
9424
+ return: IconImportLoaderWithMetadata;
9401
9425
  returnKey: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/return")>;
9402
- save: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/save")>;
9403
- savedObjectsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_saved_objects")>;
9426
+ save: IconImportLoaderWithMetadata;
9427
+ savedObjectsApp: IconImportLoaderWithMetadata;
9404
9428
  scale: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scale")>;
9405
9429
  search: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify")>;
9406
- searchProfilerApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_search_profiler")>;
9407
- section: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/section")>;
9408
- securityAnalyticsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_security_analytics")>;
9409
- securityApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_security")>;
9430
+ searchProfilerApp: IconImportLoaderWithMetadata;
9431
+ section: IconImportLoaderWithMetadata;
9432
+ securityAnalyticsApp: IconImportLoaderWithMetadata;
9433
+ securityApp: IconImportLoaderWithMetadata;
9410
9434
  securitySignal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal")>;
9411
9435
  securitySignalDetected: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal_detected")>;
9412
9436
  securitySignalResolved: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal_resolved")>;
9413
- server: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/server")>;
9437
+ server: IconImportLoaderWithMetadata;
9414
9438
  sessionViewer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/session_viewer")>;
9415
- shard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/shard")>;
9416
- share: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/share")>;
9417
- significantEvents: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/significant_events")>;
9439
+ shard: IconImportLoaderWithMetadata;
9440
+ share: IconImportLoaderWithMetadata;
9441
+ significantEvents: IconImportLoaderWithMetadata;
9418
9442
  singleMetricViewer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/single_metric_viewer")>;
9419
- snowflake: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/snowflake")>;
9420
- sortAscending: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sort_ascending")>;
9421
- sortDescending: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sort_descending")>;
9422
- sortDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sort_down")>;
9423
- sortLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sort_left")>;
9424
- sortRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sort_right")>;
9425
- sortUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sort_up")>;
9426
- sortable: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sortable")>;
9443
+ snowflake: IconImportLoaderWithMetadata;
9444
+ sortAscending: IconImportLoaderWithMetadata;
9445
+ sortDescending: IconImportLoaderWithMetadata;
9446
+ sortDown: IconImportLoaderWithMetadata;
9447
+ sortLeft: IconImportLoaderWithMetadata;
9448
+ sortRight: IconImportLoaderWithMetadata;
9449
+ sortUp: IconImportLoaderWithMetadata;
9450
+ sortable: IconImportLoaderWithMetadata;
9427
9451
  spaces: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/spaces")>;
9428
- spacesApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_spaces")>;
9429
- sparkles: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sparkles")>;
9430
- sqlApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_sql")>;
9431
- star: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star")>;
9452
+ spacesApp: IconImportLoaderWithMetadata;
9453
+ sparkles: IconImportLoaderWithMetadata;
9454
+ sqlApp: IconImportLoaderWithMetadata;
9455
+ star: IconImportLoaderWithMetadata;
9432
9456
  starEmpty: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star")>;
9433
9457
  starEmptySpace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_empty_space")>;
9434
- starFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill")>;
9458
+ starFill: IconImportLoaderWithMetadata;
9435
9459
  starFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill")>;
9436
9460
  starFillSpace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill_space")>;
9437
9461
  starFilledSpace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill_space")>;
@@ -9442,56 +9466,56 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
9442
9466
  starPlusFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_plus_fill")>;
9443
9467
  starPlusFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_plus_fill")>;
9444
9468
  stats: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stats")>;
9445
- stop: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop")>;
9469
+ stop: IconImportLoaderWithMetadata;
9446
9470
  stopFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop_fill")>;
9447
9471
  stopFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop_fill")>;
9448
9472
  stopSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop_slash")>;
9449
- storage: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/storage")>;
9473
+ storage: IconImportLoaderWithMetadata;
9450
9474
  streamsClassic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_streams_classic")>;
9451
9475
  streamsWired: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_streams_wired")>;
9452
9476
  string: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/string")>;
9453
9477
  submodule: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/merge")>;
9454
- sun: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/sun")>;
9478
+ sun: IconImportLoaderWithMetadata;
9455
9479
  swatchInput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/swatch_input")>;
9456
- symlink: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/symlink")>;
9480
+ symlink: IconImportLoaderWithMetadata;
9457
9481
  tableDensityCompact: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_density_high")>;
9458
- tableDensityHigh: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_density_high")>;
9482
+ tableDensityHigh: IconImportLoaderWithMetadata;
9459
9483
  tableDensityExpanded: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_density_low")>;
9460
- tableDensityLow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_density_low")>;
9484
+ tableDensityLow: IconImportLoaderWithMetadata;
9461
9485
  tableDensityNormal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
9462
9486
  tableOfContents: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_of_contents")>;
9463
- tag: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/tag")>;
9487
+ tag: IconImportLoaderWithMetadata;
9464
9488
  tear: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/tear")>;
9465
9489
  temperature: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/thermometer")>;
9466
- thermometer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/thermometer")>;
9467
- thumbDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/thumb_down")>;
9468
- thumbUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/thumb_up")>;
9469
- timeline: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/timeline")>;
9470
- timelineWithArrow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/timeline_with_arrow")>;
9471
- timelionApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_timelion")>;
9490
+ thermometer: IconImportLoaderWithMetadata;
9491
+ thumbDown: IconImportLoaderWithMetadata;
9492
+ thumbUp: IconImportLoaderWithMetadata;
9493
+ timeline: IconImportLoaderWithMetadata;
9494
+ timelineWithArrow: IconImportLoaderWithMetadata;
9495
+ timelionApp: IconImportLoaderWithMetadata;
9472
9496
  timeRefresh: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/refresh_time")>;
9473
- refreshTime: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/refresh_time")>;
9497
+ refreshTime: IconImportLoaderWithMetadata;
9474
9498
  timeslider: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/clock_control")>;
9475
9499
  training: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/presentation")>;
9476
- transitionBottomIn: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_bottom_in")>;
9477
- transitionBottomOut: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_bottom_out")>;
9478
- transitionLeftIn: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_left_in")>;
9479
- transitionLeftOut: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_left_out")>;
9480
- transitionTopIn: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_top_in")>;
9481
- transitionTopOut: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_top_out")>;
9482
- trash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/trash")>;
9500
+ transitionBottomIn: IconImportLoaderWithMetadata;
9501
+ transitionBottomOut: IconImportLoaderWithMetadata;
9502
+ transitionLeftIn: IconImportLoaderWithMetadata;
9503
+ transitionLeftOut: IconImportLoaderWithMetadata;
9504
+ transitionTopIn: IconImportLoaderWithMetadata;
9505
+ transitionTopOut: IconImportLoaderWithMetadata;
9506
+ trash: IconImportLoaderWithMetadata;
9483
9507
  unfold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/unfold")>;
9484
9508
  unlink: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link_slash")>;
9485
- upgradeAssistantApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_upgrade_assistant")>;
9486
- uptimeApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_uptime")>;
9487
- user: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/user")>;
9509
+ upgradeAssistantApp: IconImportLoaderWithMetadata;
9510
+ uptimeApp: IconImportLoaderWithMetadata;
9511
+ user: IconImportLoaderWithMetadata;
9488
9512
  userAvatar: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/user")>;
9489
- users: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/users")>;
9490
- usersRolesApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_users_roles")>;
9491
- unarchive: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/unarchive")>;
9513
+ users: IconImportLoaderWithMetadata;
9514
+ usersRolesApp: IconImportLoaderWithMetadata;
9515
+ unarchive: IconImportLoaderWithMetadata;
9492
9516
  vector: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vector_square")>;
9493
- vectorSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vector_square")>;
9494
- videoPlayer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/video_player")>;
9517
+ vectorSquare: IconImportLoaderWithMetadata;
9518
+ videoPlayer: IconImportLoaderWithMetadata;
9495
9519
  visArea: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_area")>;
9496
9520
  visAreaStacked: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_area_stack")>;
9497
9521
  visBarHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_bar_horizontal")>;
@@ -9504,7 +9528,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
9504
9528
  visMapCoordinate: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/waypoint")>;
9505
9529
  visMapRegion: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/map")>;
9506
9530
  visMetric: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_metric")>;
9507
- chartMetric: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_metric")>;
9531
+ chartMetric: IconImportLoaderWithMetadata;
9508
9532
  visPie: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_pie")>;
9509
9533
  visTable: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
9510
9534
  visTagCloud: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_tag_cloud")>;
@@ -9512,77 +9536,91 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
9512
9536
  visTimelion: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vis_timelion")>;
9513
9537
  visVega: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/code")>;
9514
9538
  visVisualBuilder: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vis_visual_builder")>;
9515
- visualizeApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_visualize")>;
9516
- vulnerabilityManagementApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_vulnerability_management")>;
9517
- warning: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/warning")>;
9539
+ visualizeApp: IconImportLoaderWithMetadata;
9540
+ vulnerabilityManagementApp: IconImportLoaderWithMetadata;
9541
+ warning: IconImportLoaderWithMetadata;
9518
9542
  warningFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/warning_fill")>;
9519
- warningFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/warning_fill")>;
9520
- watchesApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_watches")>;
9543
+ warningFill: IconImportLoaderWithMetadata;
9544
+ watchesApp: IconImportLoaderWithMetadata;
9521
9545
  web: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/web")>;
9522
9546
  wordWrap: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/word_wrap")>;
9523
9547
  wordWrapDisabled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/word_wrap_disabled")>;
9524
- workflowsApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_workflows")>;
9525
- workflow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/workflow")>;
9526
- workplaceSearchApp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/app_workplace_search")>;
9527
- wrench: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wrench")>;
9528
- tokenAlias: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_alias")>;
9529
- tokenAnnotation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_annotation")>;
9530
- tokenArray: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_array")>;
9531
- tokenBinary: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_binary")>;
9532
- tokenBoolean: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_boolean")>;
9533
- tokenClass: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_class")>;
9534
- tokenCompletionSuggester: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_completion_suggester")>;
9535
- tokenConstant: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_constant")>;
9536
- tokenDate: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_date")>;
9537
- tokenDimension: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_dimension")>;
9538
- tokenElement: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_element")>;
9539
- tokenEnum: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_enum")>;
9540
- tokenEnumMember: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_enum_member")>;
9541
- tokenEvent: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_event")>;
9542
- tokenException: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_exception")>;
9543
- tokenField: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_field")>;
9544
- tokenFile: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_file")>;
9545
- tokenFlattened: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_flattened")>;
9546
- tokenFunction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_function")>;
9547
- tokenGeo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_geo")>;
9548
- tokenHistogram: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_histogram")>;
9549
- tokenInterface: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_interface")>;
9550
- tokenIP: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_ip")>;
9551
- tokenJoin: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_join")>;
9552
- tokenKey: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_key")>;
9553
- tokenKeyword: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_keyword")>;
9554
- tokenMethod: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_method")>;
9555
- tokenMetricCounter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_metric_counter")>;
9556
- tokenMetricGauge: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_metric_gauge")>;
9557
- tokenModule: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_module")>;
9558
- tokenNamespace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_namespace")>;
9559
- tokenNested: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_nested")>;
9560
- tokenNull: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_null")>;
9561
- tokenNumber: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_number")>;
9562
- tokenObject: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_object")>;
9563
- tokenOperator: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_operator")>;
9564
- tokenPackage: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_package")>;
9565
- tokenParameter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_parameter")>;
9566
- tokenPercolator: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_percolator")>;
9567
- tokenProperty: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_property")>;
9568
- tokenRange: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_range")>;
9569
- tokenRankFeature: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_rank_feature")>;
9570
- tokenRankFeatures: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_rank_features")>;
9571
- tokenRepo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_repo")>;
9572
- tokenSearchType: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_search_type")>;
9573
- tokenSemanticText: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_semantic_text")>;
9574
- tokenShape: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_shape")>;
9575
- tokenString: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_string")>;
9576
- tokenStruct: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_struct")>;
9577
- tokenSymbol: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_symbol")>;
9578
- tokenTag: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_tag")>;
9579
- tokenText: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_text")>;
9580
- tokenTokenCount: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_token_count")>;
9581
- tokenVariable: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_variable")>;
9582
- tokenVectorDense: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_vector_dense")>;
9583
- tokenDenseVector: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_vector_dense")>;
9584
- tokenVectorSparse: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/token_vector_sparse")>;
9585
- };
9548
+ workflowsApp: IconImportLoaderWithMetadata;
9549
+ workflow: IconImportLoaderWithMetadata;
9550
+ workplaceSearchApp: IconImportLoaderWithMetadata;
9551
+ wrench: IconImportLoaderWithMetadata;
9552
+ tokenAlias: IconImportLoaderWithMetadata;
9553
+ tokenAnnotation: IconImportLoaderWithMetadata;
9554
+ tokenArray: IconImportLoaderWithMetadata;
9555
+ tokenBinary: IconImportLoaderWithMetadata;
9556
+ tokenBoolean: IconImportLoaderWithMetadata;
9557
+ tokenClass: IconImportLoaderWithMetadata;
9558
+ tokenCompletionSuggester: IconImportLoaderWithMetadata;
9559
+ tokenConstant: IconImportLoaderWithMetadata;
9560
+ tokenDate: IconImportLoaderWithMetadata;
9561
+ tokenDimension: IconImportLoaderWithMetadata;
9562
+ tokenElement: IconImportLoaderWithMetadata;
9563
+ tokenEnum: IconImportLoaderWithMetadata;
9564
+ tokenEnumMember: IconImportLoaderWithMetadata;
9565
+ tokenEvent: IconImportLoaderWithMetadata;
9566
+ tokenException: IconImportLoaderWithMetadata;
9567
+ tokenField: IconImportLoaderWithMetadata;
9568
+ tokenFile: IconImportLoaderWithMetadata;
9569
+ tokenFlattened: IconImportLoaderWithMetadata;
9570
+ tokenFunction: IconImportLoaderWithMetadata;
9571
+ tokenGeo: IconImportLoaderWithMetadata;
9572
+ tokenHistogram: IconImportLoaderWithMetadata;
9573
+ tokenInterface: IconImportLoaderWithMetadata;
9574
+ tokenIP: IconImportLoaderWithMetadata;
9575
+ tokenJoin: IconImportLoaderWithMetadata;
9576
+ tokenKey: IconImportLoaderWithMetadata;
9577
+ tokenKeyword: IconImportLoaderWithMetadata;
9578
+ tokenMethod: IconImportLoaderWithMetadata;
9579
+ tokenMetricCounter: IconImportLoaderWithMetadata;
9580
+ tokenMetricGauge: IconImportLoaderWithMetadata;
9581
+ tokenModule: IconImportLoaderWithMetadata;
9582
+ tokenNamespace: IconImportLoaderWithMetadata;
9583
+ tokenNested: IconImportLoaderWithMetadata;
9584
+ tokenNull: IconImportLoaderWithMetadata;
9585
+ tokenNumber: IconImportLoaderWithMetadata;
9586
+ tokenObject: IconImportLoaderWithMetadata;
9587
+ tokenOperator: IconImportLoaderWithMetadata;
9588
+ tokenPackage: IconImportLoaderWithMetadata;
9589
+ tokenParameter: IconImportLoaderWithMetadata;
9590
+ tokenPercolator: IconImportLoaderWithMetadata;
9591
+ tokenProperty: IconImportLoaderWithMetadata;
9592
+ tokenRange: IconImportLoaderWithMetadata;
9593
+ tokenRankFeature: IconImportLoaderWithMetadata;
9594
+ tokenRankFeatures: IconImportLoaderWithMetadata;
9595
+ tokenRepo: IconImportLoaderWithMetadata;
9596
+ tokenSearchType: IconImportLoaderWithMetadata;
9597
+ tokenSemanticText: IconImportLoaderWithMetadata;
9598
+ tokenShape: IconImportLoaderWithMetadata;
9599
+ tokenString: IconImportLoaderWithMetadata;
9600
+ tokenStruct: IconImportLoaderWithMetadata;
9601
+ tokenSymbol: IconImportLoaderWithMetadata;
9602
+ tokenTag: IconImportLoaderWithMetadata;
9603
+ tokenText: IconImportLoaderWithMetadata;
9604
+ tokenTokenCount: IconImportLoaderWithMetadata;
9605
+ tokenVariable: IconImportLoaderWithMetadata;
9606
+ tokenVectorDense: IconImportLoaderWithMetadata;
9607
+ tokenDenseVector: IconImportLoaderWithMetadata;
9608
+ tokenVectorSparse: IconImportLoaderWithMetadata;
9609
+ };
9610
+ export const typeToPathMapDeprecatedIconTypes: readonly ["alert", "anomalyChart", "apmTrace", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "beaker", "boxesHorizontal", "changePointDetection", "checkInCircleFilled", "cheer", "color", "compute", "console", "contrastHigh", "controlsHorizontal", "controlsVertical", "copyClipboard", "crossInCircle", "crosshairs", "currency", "cut", "desktop", "diff", "discuss", "documentEdit", "doubleArrowLeft", "doubleArrowRight", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "eql", "errorFilled", "exit", "expand", "expandMini", "exportAction", "eyeClosed", "fieldStatistics", "filterInCircle", "glasses", "grab", "grabHorizontal", "grabOmnidirectional", "heatmap", "importAction", "indexFlush", "indexMapping", "indexTemporary", "invert", "kqlField", "kqlOperand", "kqlSelector", "kqlValue", "launch", "lettering", "lineDashed", "lineDotted", "list", "listAdd", "logPatternAnalysis", "logstashIf", "logstashQueue", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "mapMarker", "minusInCircle", "minusInCircleFilled", "minusInSquare", "newChat", "node", "offline", "online", "pinFilled", "pipeBreaks", "pipeNoBreaks", "playFilled", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "productRobot", "push", "returnKey", "search", "securitySignal", "starEmpty", "starFilled", "starFilledSpace", "starMinusFilled", "starPlusFilled", "stopFilled", "streamsClassic", "streamsWired", "submodule", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "temperature", "timeRefresh", "timeslider", "training", "unlink", "userAvatar", "vector", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visVega", "warningFilled"];
9611
+ export const typeToPathMapAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9612
+ export const typeToPathMapGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9613
+ export const typeToPathMapLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9614
+ export const typeToPathMapMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9615
+ export const typeToPathMapTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9616
+ export const typeToPathMapDocsAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9617
+ export const typeToPathMapDocsGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9618
+ export const typeToPathMapDocsLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9619
+ export const typeToPathMapDocsMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9620
+ export const typeToPathMapDocsTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9621
+ export type TypeToPathMapSynonyms = Partial<Record<keyof typeof typeToPathMap, string[]>>;
9622
+ export const typeToPathMapSynonyms: TypeToPathMapSynonyms;
9623
+ export {};
9586
9624
 
9587
9625
  }
9588
9626
  declare module '@elastic/eui/src/services/react' {
@@ -9635,7 +9673,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
9635
9673
  import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
9636
9674
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
9637
9675
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
9638
- export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "accessibility" | "addDataApp" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "archive" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "branch" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "check" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "popper" | "classificationJob" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "clockControl" | "cloud" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "codeApp" | "paintBucket" | "commandLine" | "comment" | "compare" | "compute" | "processor" | "console" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "contrastFill" | "controls" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "cross" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "money" | "scissors" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "database" | "desktop" | "devToolsApp" | "diff" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "redo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "undo" | "editorUnorderedList" | "listBullet" | "mail" | "emsApp" | "endpoint" | "eql" | "query" | "eraser" | "errorFilled" | "errorFill" | "esqlVis" | "exit" | "logOut" | "expand" | "maximize" | "expandMini" | "export" | "exportAction" | "upload" | "external" | "eye" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flask" | "flag" | "fleetApp" | "fold" | "folder" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "globe" | "grabHorizontal" | "grabOmnidirectional" | "gradient" | "graphApp" | "grokApp" | "heart" | "heartbeatApp" | "heatmap" | "home" | "hourglass" | "if" | "info" | "importAction" | "index" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "launch" | "rocket" | "layers" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lock" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "queue" | "machineLearningApp" | "magnet" | "magnify" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "waypoint" | "megaphone" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "metricbeatApp" | "metricsApp" | "minimize" | "minus" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "moon" | "namespace" | "nested" | "newChat" | "node" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "wifi" | "outlierDetectionJob" | "package" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "palette" | "paperClip" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "send" | "question" | "quote" | "radar" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reporter" | "reportingApp" | "return" | "returnKey" | "save" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "server" | "sessionViewer" | "shard" | "share" | "significantEvents" | "singleMetricViewer" | "snowflake" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "sortable" | "spacesApp" | "sparkles" | "sqlApp" | "star" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "sun" | "swatchInput" | "symlink" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tag" | "tear" | "thermometer" | "thumbDown" | "thumbUp" | "timeline" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "upgradeAssistantApp" | "uptimeApp" | "user" | "userAvatar" | "users" | "usersRolesApp" | "unarchive" | "vector" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "web" | "wordWrapDisabled" | "workflowsApp" | "workflow" | "workplaceSearchApp" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9676
+ export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
9639
9677
  export type EuiIconType = keyof typeof typeToPathMap;
9640
9678
  export type IconType = EuiIconType | string | ComponentType;
9641
9679
  export type IconColor = string | NamedColor;
@@ -12771,30 +12809,487 @@ declare module '@elastic/eui/src/components/accessibility/live_announcer/live_an
12771
12809
  declare module '@elastic/eui/src/components/accessibility/live_announcer' {
12772
12810
  export * from '@elastic/eui/src/components/accessibility/live_announcer/live_announcer';
12773
12811
 
12812
+ }
12813
+ declare module '@elastic/eui/src/components/notification_icon/assets/info_fill' {
12814
+ import * as React from 'react';
12815
+ import type { SVGProps } from 'react';
12816
+ interface SVGRProps {
12817
+ title?: string;
12818
+ titleId?: string;
12819
+ }
12820
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
12821
+ export {};
12822
+
12823
+ }
12824
+ declare module '@elastic/eui/src/components/notification_icon/assets/warning_static' {
12825
+ import * as React from 'react';
12826
+ import type { SVGProps } from 'react';
12827
+ interface SVGRProps {
12828
+ title?: string;
12829
+ titleId?: string;
12830
+ }
12831
+ export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
12832
+ export {};
12833
+
12834
+ }
12835
+ declare module '@elastic/eui/src/components/notification_icon/notification_icon.styles' {
12836
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12837
+ export const euiNotificationIconStyles: ({ euiTheme }: UseEuiTheme) => {
12838
+ euiNotificationIcon: import("@emotion/react").SerializedStyles;
12839
+ size: {
12840
+ l: import("@emotion/react").SerializedStyles;
12841
+ };
12842
+ };
12843
+
12844
+ }
12845
+ declare module '@elastic/eui/src/components/notification_icon/notification_icon' {
12846
+ import { FunctionComponent } from 'react';
12847
+ import { CommonProps } from '@elastic/eui/src/components/common';
12848
+ import { IconType } from '@elastic/eui/src/components/icon/icon'; const TYPES: readonly ["info", "success", "warning", "error"];
12849
+ export type EuiNotificationIconType = (typeof TYPES)[number];
12850
+ export const NOTIFICATION_ICONS_MAP: Record<EuiNotificationIconType, {
12851
+ name: string;
12852
+ icon: IconType;
12853
+ }>;
12854
+ export type EuiNotificationIconProps = CommonProps & {
12855
+ type: EuiNotificationIconType;
12856
+ size?: 'm' | 'l';
12857
+ };
12858
+ export const EuiNotificationIcon: FunctionComponent<EuiNotificationIconProps>;
12859
+ export {};
12860
+
12861
+ }
12862
+ declare module '@elastic/eui/src/components/call_out/types' {
12863
+ export const COLORS: readonly ["primary", "success", "warning", "danger"];
12864
+ export type EuiCallOutColor = (typeof COLORS)[number];
12865
+ export const SIZES: readonly ["s", "m"];
12866
+ export type EuiCallOutSize = (typeof SIZES)[number];
12867
+ export const HEADINGS: readonly ["h1", "h2", "h3", "h4", "h5", "h6", "p"];
12868
+ export type EuiCallOutHeading = (typeof HEADINGS)[number];
12869
+
12870
+ }
12871
+ declare module '@elastic/eui/src/components/call_out/use_layout_observer' {
12872
+ import { RefObject } from 'react';
12873
+ import { EuiCallOutSize } from '@elastic/eui/src/components/call_out/types';
12874
+ /**
12875
+ * Observes the rendered width and sets `data-layout` on the root
12876
+ * element so that CSS can respond to size changes.
12877
+ *
12878
+ * This is an alternative to native CSS container queries. Its purpose is to handle cases where
12879
+ * container queries would collapse if the element is placed inside a container without a defined size.
12880
+ */
12881
+ export const useLayoutObserver: (size: EuiCallOutSize) => RefObject<HTMLDivElement>;
12882
+
12883
+ }
12884
+ declare module '@elastic/eui/src/components/observer/mutation_observer/mutation_observer' {
12885
+ import { ReactNode, FunctionComponent } from 'react';
12886
+ export interface EuiMutationObserverProps {
12887
+ /**
12888
+ * ReactNode to render as this component's content
12889
+ */
12890
+ children: (ref: (e: HTMLElement | null) => void) => ReactNode;
12891
+ onMutation: MutationCallback;
12892
+ observerOptions?: MutationObserverInit;
12893
+ }
12894
+ export const EuiMutationObserver: FunctionComponent<EuiMutationObserverProps>;
12895
+ export const useMutationObserver: (container: Element | null, callback: MutationCallback, observerOptions?: MutationObserverInit) => void;
12896
+
12897
+ }
12898
+ declare module '@elastic/eui/src/components/observer/mutation_observer' {
12899
+ export type { EuiMutationObserverProps } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
12900
+ export { EuiMutationObserver, useMutationObserver } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
12901
+
12902
+ }
12903
+ declare module '@elastic/eui/src/components/outside_click_detector/outside_click_detector' {
12904
+ import { MouseEvent as ReactMouseEvent, ReactElement } from 'react';
12905
+ export interface EuiEvent extends Event {
12906
+ euiGeneratedBy: string[];
12907
+ }
12908
+ export interface EuiOutsideClickDetectorProps {
12909
+ /**
12910
+ * ReactNode to render as this component's content
12911
+ */
12912
+ children: ReactElement<any>;
12913
+ onOutsideClick: (event: Event) => void;
12914
+ isDisabled?: boolean;
12915
+ onMouseDown?: (event: ReactMouseEvent) => void;
12916
+ onMouseUp?: (event: ReactMouseEvent) => void;
12917
+ onTouchStart?: (event: ReactMouseEvent) => void;
12918
+ onTouchEnd?: (event: ReactMouseEvent) => void;
12919
+ }
12920
+ export const EuiOutsideClickDetector: import("react").ForwardRefExoticComponent<EuiOutsideClickDetectorProps & import("react").RefAttributes<HTMLElement>>;
12921
+
12922
+ }
12923
+ declare module '@elastic/eui/src/components/outside_click_detector' {
12924
+ export type { EuiOutsideClickDetectorProps } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
12925
+ export { EuiOutsideClickDetector } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
12926
+
12927
+ }
12928
+ declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow.styles' {
12929
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12930
+ export const euiPopoverArrowStyles: (euiThemeContext: UseEuiTheme) => {
12931
+ top: import("@emotion/react").SerializedStyles;
12932
+ bottom: import("@emotion/react").SerializedStyles;
12933
+ left: import("@emotion/react").SerializedStyles;
12934
+ right: import("@emotion/react").SerializedStyles;
12935
+ euiPopoverArrowWrapper: import("@emotion/react").SerializedStyles;
12936
+ euiPopoverArrow: import("@emotion/react").SerializedStyles;
12937
+ };
12938
+
12939
+ }
12940
+ declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow' {
12941
+ import { HTMLAttributes, FunctionComponent } from 'react';
12942
+ import { CommonProps } from '@elastic/eui/src/components/common';
12943
+ export const POSITIONS: readonly ["top", "left", "right", "bottom"];
12944
+ export type EuiPopoverArrowPositions = (typeof POSITIONS)[number];
12945
+ export type EuiPopoverArrowProps = HTMLAttributes<HTMLDivElement> & CommonProps & {
12946
+ position: EuiPopoverArrowPositions;
12947
+ };
12948
+ export const EuiPopoverArrow: FunctionComponent<EuiPopoverArrowProps>;
12949
+
12950
+ }
12951
+ declare module '@elastic/eui/src/components/popover/popover_arrow' {
12952
+ export type { EuiPopoverArrowProps, EuiPopoverArrowPositions, } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
12953
+ export { EuiPopoverArrow } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
12954
+
12955
+ }
12956
+ declare module '@elastic/eui/src/components/popover/popover.styles' {
12957
+ export const euiPopoverStyles: () => {
12958
+ euiPopover: import("@emotion/react").SerializedStyles;
12959
+ };
12960
+
12961
+ }
12962
+ declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel.styles' {
12963
+ import { UseEuiTheme } from '@elastic/eui/src/services';
12964
+ export const openAnimationTiming = "slow";
12965
+ /**
12966
+ * 1. Can expand further, but it looks weird if it's smaller than the originating button.
12967
+ * 2. Animation happens on the panel. But don't animate position when using the attached mode like for inputs
12968
+ * 3. Make sure the panel stays within the window.
12969
+ * 4. Make the popover lighter on dark mode (too hard to distinguish from plain bgs otherwise), and set a CSS var for the arrow to use
12970
+ */
12971
+ export const euiPopoverPanelStyles: (euiThemeContext: UseEuiTheme) => {
12972
+ euiPopover__panel: import("@emotion/react").SerializedStyles;
12973
+ isOpen: import("@emotion/react").SerializedStyles;
12974
+ light: import("@emotion/react").SerializedStyles;
12975
+ dark: import("@emotion/react").SerializedStyles;
12976
+ hasTransform: {
12977
+ hasTransform: import("@emotion/react").SerializedStyles;
12978
+ top: import("@emotion/react").SerializedStyles;
12979
+ bottom: import("@emotion/react").SerializedStyles;
12980
+ left: import("@emotion/react").SerializedStyles;
12981
+ right: import("@emotion/react").SerializedStyles;
12982
+ };
12983
+ isAttached: {
12984
+ isAttached: import("@emotion/react").SerializedStyles;
12985
+ top: import("@emotion/react").SerializedStyles;
12986
+ bottom: import("@emotion/react").SerializedStyles;
12987
+ readonly left: import("@emotion/react").SerializedStyles;
12988
+ readonly right: import("@emotion/react").SerializedStyles;
12989
+ };
12990
+ };
12991
+
12992
+ }
12993
+ declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel' {
12994
+ import React, { FunctionComponent } from 'react';
12995
+ import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
12996
+ import { _EuiPanelDivlike } from '@elastic/eui/src/components/panel/panel';
12997
+ import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
12998
+ export const EuiPopoverPanelContext: React.Context<{
12999
+ paddingSize: EuiPaddingSize;
13000
+ }>;
13001
+ export type EuiPopoverPanelProps = _EuiPanelDivlike;
13002
+ type EuiPopoverPanelInternalProps = {
13003
+ isOpen?: boolean;
13004
+ isAttached?: boolean;
13005
+ position?: EuiPopoverArrowPositions | null;
13006
+ };
13007
+ /**
13008
+ * *INTERNAL ONLY*
13009
+ * Purely for re-use of styling
13010
+ */
13011
+ export const EuiPopoverPanel: FunctionComponent<EuiPopoverPanelProps & EuiPopoverPanelInternalProps>;
13012
+ export {};
13013
+
13014
+ }
13015
+ declare module '@elastic/eui/src/components/popover/popover_panel' {
13016
+ export { EuiPopoverPanel } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
13017
+
13018
+ }
13019
+ declare module '@elastic/eui/src/components/popover/popover' {
13020
+ import React, { Component, KeyboardEvent, CSSProperties, HTMLAttributes, ReactNode, Ref, RefCallback, PropsWithChildren, ContextType } from 'react';
13021
+ import { type FocusableElement } from 'tabbable';
13022
+ import { CommonProps, NoArgCallback } from '@elastic/eui/src/components/common';
13023
+ import { FocusTarget, EuiFocusTrapProps } from '@elastic/eui/src/components/focus_trap';
13024
+ import { EuiPopoverPosition } from '@elastic/eui/src/services/popover';
13025
+ import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
13026
+ import { EuiPopoverPanelProps } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
13027
+ import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
13028
+ import { EuiComponentDefaultsContext } from '@elastic/eui/src/components/provider/component_defaults';
13029
+ export const popoverAnchorPosition: readonly ["upCenter", "upLeft", "upRight", "downCenter", "downLeft", "downRight", "leftCenter", "leftUp", "leftDown", "rightCenter", "rightUp", "rightDown"];
13030
+ export type PopoverAnchorPosition = (typeof popoverAnchorPosition)[number];
13031
+ export interface EuiPopoverProps extends PropsWithChildren, CommonProps {
13032
+ /**
13033
+ * Alignment of the popover and arrow relative to the button
13034
+ * @default downLeft
13035
+ */
13036
+ anchorPosition?: PopoverAnchorPosition;
13037
+ /**
13038
+ * Style and position alteration for arrow-less attachment.
13039
+ * Intended for use with inputs as anchors, e.g. EuiInputPopover
13040
+ */
13041
+ attachToAnchor?: boolean;
13042
+ /**
13043
+ * Triggering element for which to align the popover to
13044
+ */
13045
+ button: NonNullable<ReactNode>;
13046
+ /**
13047
+ * Callback to handle hiding of the popover
13048
+ */
13049
+ closePopover: NoArgCallback<void>;
13050
+ /**
13051
+ * Restrict the popover's position within this element
13052
+ */
13053
+ container?: HTMLElement;
13054
+ /**
13055
+ * CSS display type for both the popover and anchor
13056
+ */
13057
+ display?: CSSProperties['display'];
13058
+ /**
13059
+ * Object of props passed to EuiFocusTrap
13060
+ */
13061
+ focusTrapProps?: Partial<EuiFocusTrapProps>;
13062
+ /**
13063
+ * Show arrow indicating to originating button
13064
+ * @default false
13065
+ */
13066
+ hasArrow?: boolean;
13067
+ /**
13068
+ * Specifies what element should initially have focus; Can be a DOM
13069
+ * node, or a selector string (which will be passed to
13070
+ * document.querySelector() to find the DOM node), or a function that
13071
+ * returns a DOM node.
13072
+ *
13073
+ * If not passed, initial focus defaults to the popover panel.
13074
+ */
13075
+ initialFocus?: FocusTarget;
13076
+ /**
13077
+ * Passed directly to EuiPortal for DOM positioning. Both properties are
13078
+ * required if prop is specified
13079
+ */
13080
+ insert?: {
13081
+ sibling: HTMLElement;
13082
+ position: 'before' | 'after';
13083
+ };
13084
+ /**
13085
+ * Visibility state of the popover
13086
+ */
13087
+ isOpen?: boolean;
13088
+ /**
13089
+ * Traps tab focus within the popover contents
13090
+ */
13091
+ ownFocus?: boolean;
13092
+ /**
13093
+ * Custom class added to the EuiPanel containing the popover contents
13094
+ */
13095
+ panelClassName?: string;
13096
+ /**
13097
+ * EuiPanel padding on all sides
13098
+ */
13099
+ panelPaddingSize?: EuiPaddingSize;
13100
+ /**
13101
+ * Standard DOM `style` attribute. Passed to the EuiPanel
13102
+ */
13103
+ panelStyle?: CSSProperties;
13104
+ /**
13105
+ * Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
13106
+ */
13107
+ panelProps?: Omit<EuiPopoverPanelProps, 'style' | 'hasShadow' | 'hasBorder' | 'color'>;
13108
+ panelRef?: RefCallback<HTMLElement | null>;
13109
+ /**
13110
+ * Optional screen reader instructions to announce upon popover open,
13111
+ * in addition to EUI's default popover instructions for Escape on close.
13112
+ * Useful for popovers that may have additional keyboard capabilities such as
13113
+ * arrow navigation.
13114
+ */
13115
+ popoverScreenReaderText?: string | ReactNode;
13116
+ popoverRef?: Ref<HTMLDivElement>;
13117
+ /**
13118
+ * When `true`, the popover's position is re-calculated when the user
13119
+ * scrolls, this supports having fixed-position popover anchors. When nesting
13120
+ * an `EuiPopover` in a scrollable container, `repositionOnScroll` should be `true`
13121
+ */
13122
+ repositionOnScroll?: boolean;
13123
+ /**
13124
+ * By default, popovers will attempt to position themselves along the initial
13125
+ * axis specified. If there is not enough room either vertically or horizontally
13126
+ * however, the popover will attempt to reposition itself along the secondary
13127
+ * cross axis if there is room there instead.
13128
+ *
13129
+ * If you do not want this repositioning to occur (and it is acceptable for
13130
+ * the popover to appear offscreen), set this to false to disable this behavior.
13131
+ *
13132
+ * @default true
13133
+ */
13134
+ repositionToCrossAxis?: boolean;
13135
+ /**
13136
+ * By default, popover content inherits the z-index of the anchor
13137
+ * component; pass `zIndex` to override
13138
+ */
13139
+ zIndex?: number;
13140
+ /**
13141
+ * Distance away from the anchor that the popover will render
13142
+ * @default 4 (0 when `hasArrow=true`)
13143
+ */
13144
+ offset?: number;
13145
+ /**
13146
+ * Minimum distance between the popover and the bounding container;
13147
+ * Pass an array of 4 values to adjust each side differently: `[top, right, bottom, left]`
13148
+ * @default 16
13149
+ */
13150
+ buffer?: number | [number, number, number, number];
13151
+ /**
13152
+ * Element to pass as the child element of the arrow;
13153
+ * Use case is typically limited to an accompanying `EuiBeacon`
13154
+ */
13155
+ arrowChildren?: ReactNode;
13156
+ /**
13157
+ * Provide a name to the popover panel
13158
+ */
13159
+ 'aria-label'?: string;
13160
+ /**
13161
+ * Alternative option to `aria-label` that takes an `id`.
13162
+ * Usually takes the `id` of the popover title
13163
+ */
13164
+ 'aria-labelledby'?: string;
13165
+ /**
13166
+ * Function callback for when the popover positon changes
13167
+ */
13168
+ onPositionChange?: (position: EuiPopoverPosition) => void;
13169
+ }
13170
+ export function getPopoverPositionFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
13171
+ export function getPopoverAlignFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
13172
+ export type Props = EuiPopoverProps & HTMLAttributes<HTMLDivElement>;
13173
+ interface State {
13174
+ prevProps: {
13175
+ isOpen?: boolean;
13176
+ };
13177
+ suppressingPopover?: boolean;
13178
+ isClosing: boolean;
13179
+ isOpening: boolean;
13180
+ popoverStyles: CSSProperties;
13181
+ arrowStyles?: CSSProperties;
13182
+ arrowPosition: EuiPopoverArrowPositions | null;
13183
+ openPosition: any;
13184
+ isOpenStable: boolean;
13185
+ }
13186
+ type PropsWithDefaults = Props & {
13187
+ anchorPosition: PopoverAnchorPosition;
13188
+ hasArrow: boolean;
13189
+ isOpen: boolean;
13190
+ ownFocus: boolean;
13191
+ panelPaddingSize: EuiPaddingSize;
13192
+ };
13193
+ export class EuiPopover extends Component<Props, State> {
13194
+ static contextType: React.Context<import ("@elastic/eui/src/components/provider/component_defaults").EuiComponentDefaults>;
13195
+ context: ContextType<typeof EuiComponentDefaultsContext>;
13196
+ private repositionOnScroll;
13197
+ static defaultProps: Partial<PropsWithDefaults>;
13198
+ static getDerivedStateFromProps(nextProps: Props, prevState: State): Partial<State> | null;
13199
+ private repositionTimeout;
13200
+ private strandedFocusTimeout;
13201
+ private closingTransitionTimeout;
13202
+ private closingTransitionAnimationFrame;
13203
+ private button;
13204
+ private panel;
13205
+ private idGenerator;
13206
+ private panelId;
13207
+ private descriptionId;
13208
+ constructor(props: Props);
13209
+ closePopover: () => void;
13210
+ onEscapeKey: (event: Event) => void;
13211
+ getFocusableToggleButton: () => FocusableElement | undefined;
13212
+ handleStrandedFocus: () => void;
13213
+ onKeyDown: (event: KeyboardEvent) => void;
13214
+ onClickOutside: (event: Event) => void;
13215
+ onOpenPopover: () => void;
13216
+ /**
13217
+ * Updates ARIA attributes on the popover trigger button
13218
+ * Only applies ARIA when the trigger is button-like (semantic <button> or role="button").
13219
+ * Avoids adding incorrect ARIA on inputs or other non-button elements.
13220
+ */
13221
+ private updateTriggerButtonAriaAttributes;
13222
+ componentDidMount(): void;
13223
+ componentDidUpdate(prevProps: Props): void;
13224
+ componentWillUnmount(): void;
13225
+ onMutation: (records: MutationRecord[]) => void;
13226
+ positionPopover: (allowEnforcePosition: boolean) => void;
13227
+ positionPopoverFixed: () => void;
13228
+ positionPopoverFluid: () => void;
13229
+ panelRef: (node: HTMLElement | null) => void;
13230
+ popoverRef: (node: HTMLDivElement | null) => void;
13231
+ render(): React.JSX.Element;
13232
+ }
13233
+ export {};
13234
+
13235
+ }
13236
+ declare module '@elastic/eui/src/components/popover/with_popover' {
13237
+ import React from 'react';
13238
+ import { EuiPopoverProps } from '@elastic/eui/src/components/popover/popover';
13239
+ export type WithEuiPopoverProps = Omit<EuiPopoverProps, 'button'>;
13240
+ export const withEuiPopover: (element: React.ReactElement, popoverProps?: WithEuiPopoverProps) => React.JSX.Element;
13241
+
13242
+ }
13243
+ declare module '@elastic/eui/src/components/tool_tip/with_tooltip' {
13244
+ import React from 'react';
13245
+ import { EuiToolTipProps } from '@elastic/eui/src/components/tool_tip/tool_tip';
13246
+ export type WithEuiToolTipProps = Omit<EuiToolTipProps, 'children'>;
13247
+ export const withEuiToolTip: (element: React.ReactElement, tooltipProps?: WithEuiToolTipProps) => React.JSX.Element;
13248
+
13249
+ }
13250
+ declare module '@elastic/eui/src/components/call_out/call_out_action' {
13251
+ import React from 'react';
13252
+ import { DataAttributeProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
13253
+ import { EuiButtonEmptyProps } from '@elastic/eui/src/components/button';
13254
+ import { Props as EuiButtonProps } from '@elastic/eui/src/components/button/button';
13255
+ import { WithEuiPopoverProps } from '@elastic/eui/src/components/popover/with_popover';
13256
+ import { WithEuiToolTipProps } from '@elastic/eui/src/components/tool_tip/with_tooltip';
13257
+ import { EuiCallOutColor } from '@elastic/eui/src/components/call_out/types';
13258
+ type EuiCallOutActionCommonProps = DataAttributeProps & {
13259
+ tooltipProps?: WithEuiToolTipProps;
13260
+ popoverProps?: WithEuiPopoverProps;
13261
+ };
13262
+ export type EuiCallOutActionPrimaryProps = Omit<EuiButtonProps, 'color' | 'size' | 'fill'> & EuiCallOutActionCommonProps;
13263
+ export type EuiCallOutActionSecondaryProps = Omit<EuiButtonEmptyProps, 'color' | 'size' | 'flush'> & EuiCallOutActionCommonProps;
13264
+ type EuiCallOutActionPrimary = EuiCallOutActionPrimaryProps & {
13265
+ actionType: 'primary';
13266
+ };
13267
+ type EuiCallOutActionSecondary = EuiCallOutActionSecondaryProps & {
13268
+ actionType: 'secondary';
13269
+ };
13270
+ type EuiCallOutActionProps = ExclusiveUnion<EuiCallOutActionPrimary, EuiCallOutActionSecondary>;
13271
+ export const EuiCallOutAction: ({ children, actionType, color, tooltipProps, popoverProps, className, ...rest }: EuiCallOutActionProps & {
13272
+ color?: EuiCallOutColor;
13273
+ }) => React.JSX.Element;
13274
+ export {};
13275
+
12774
13276
  }
12775
13277
  declare module '@elastic/eui/src/components/call_out/call_out.styles' {
12776
13278
  import { UseEuiTheme } from '@elastic/eui/src/services';
12777
- export const euiCallOutStyles: ({ euiTheme }: UseEuiTheme) => {
13279
+ export const euiCallOutStyles: (euiThemeContext: UseEuiTheme) => {
12778
13280
  euiCallOut: import("@emotion/react").SerializedStyles;
12779
- hasDismissButton: {
12780
- hasDimissButton: import("@emotion/react").SerializedStyles;
12781
- s: import("@emotion/react").SerializedStyles;
12782
- m: import("@emotion/react").SerializedStyles;
12783
- };
13281
+ wrapper: import("@emotion/react").SerializedStyles;
13282
+ body: import("@emotion/react").SerializedStyles;
13283
+ content: import("@emotion/react").SerializedStyles;
13284
+ hasDismissButton: import("@emotion/react").SerializedStyles;
12784
13285
  dismissButton: {
12785
13286
  euiCallOut__dismissButton: import("@emotion/react").SerializedStyles;
12786
- s: import("@emotion/react").SerializedStyles;
12787
- m: import("@emotion/react").SerializedStyles;
12788
13287
  };
13288
+ icon: import("@emotion/react").SerializedStyles;
13289
+ actions: import("@emotion/react").SerializedStyles;
12789
13290
  };
12790
13291
  export const euiCallOutHeaderStyles: ({ euiTheme }: UseEuiTheme) => {
12791
13292
  euiCallOutHeader: import("@emotion/react").SerializedStyles;
12792
- primary: import("@emotion/react").SerializedStyles;
12793
- success: import("@emotion/react").SerializedStyles;
12794
- warning: import("@emotion/react").SerializedStyles;
12795
- danger: import("@emotion/react").SerializedStyles;
12796
- accent: import("@emotion/react").SerializedStyles;
12797
- euiCallOut__icon: import("@emotion/react").SerializedStyles;
12798
13293
  };
12799
13294
 
12800
13295
  }
@@ -12803,18 +13298,35 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
12803
13298
  import { CommonProps, DataAttributeProps } from '@elastic/eui/src/components/common';
12804
13299
  import { IconType } from '@elastic/eui/src/components/icon';
12805
13300
  import { type EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button/button_icon/button_icon';
12806
- export const COLORS: readonly ["primary", "success", "warning", "danger", "accent"];
12807
- export type Color = (typeof COLORS)[number];
12808
- export const HEADINGS: readonly ["h1", "h2", "h3", "h4", "h5", "h6", "p"];
12809
- export type Heading = (typeof HEADINGS)[number];
12810
- export const SIZES: readonly ["s", "m"];
12811
- export type Size = (typeof SIZES)[number];
13301
+ import { type EuiNotificationIconType } from '@elastic/eui/src/components/notification_icon/notification_icon';
13302
+ import { EuiCallOutActionPrimaryProps, EuiCallOutActionSecondaryProps } from '@elastic/eui/src/components/call_out/call_out_action';
13303
+ import { EuiCallOutColor, EuiCallOutHeading, EuiCallOutSize } from '@elastic/eui/src/components/call_out/types';
13304
+ export const COLOR_TO_NOTIFICATION_ICON_MAP: Record<EuiCallOutColor, EuiNotificationIconType>;
12812
13305
  export type EuiCallOutProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement>, 'title' | 'color'> & {
13306
+ /**
13307
+ * Title of the callout. Should be used with text only. Do not pass complex content or custom components.
13308
+ * Ensure to always pass a title. It's currently marked as optional for backwards compatibility.
13309
+ * In a future major release, this will be required.
13310
+ */
12813
13311
  title?: ReactNode;
13312
+ /**
13313
+ * Main component text. Accepts text, text block elements such as `<p>`, and inline elements such as `<span>`, `<strong>`, `<em>` or `<EuiLink>`.
13314
+ * Avoid passing complex layouts or custom components. Use `children` instead.
13315
+ */
13316
+ text?: ReactNode;
13317
+ /**
13318
+ * Can be used for additional, non-inline content. Use sparingly, as callouts are not meant to have complex content.
13319
+ * Where possible, use `text` and `actionProps` instead to display text and actions.
13320
+ */
13321
+ children?: ReactNode;
13322
+ /**
13323
+ * Defines a custom icon to be displayed.
13324
+ * When no `iconType` is set, a default icon will be used based on the `color` of the callout.
13325
+ */
12814
13326
  iconType?: IconType;
12815
- color?: Color;
12816
- size?: Size;
12817
- heading?: Heading;
13327
+ color?: EuiCallOutColor;
13328
+ size?: EuiCallOutSize;
13329
+ heading?: EuiCallOutHeading;
12818
13330
  /**
12819
13331
  * Passing an `onDismiss` callback will render a cross in the top right hand corner
12820
13332
  * of the callout.
@@ -12834,13 +13346,39 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
12834
13346
  * @default false
12835
13347
  */
12836
13348
  announceOnMount?: boolean;
13349
+ /**
13350
+ * Props for primary and secondary actions within the callout.
13351
+ */
13352
+ actionProps?: {
13353
+ primary?: EuiCallOutActionPrimaryProps;
13354
+ secondary?: EuiCallOutActionSecondaryProps;
13355
+ };
12837
13356
  };
12838
13357
  export const EuiCallOut: React.ForwardRefExoticComponent<CommonProps & Omit<React.HTMLAttributes<HTMLDivElement>, "title" | "color"> & {
13358
+ /**
13359
+ * Title of the callout. Should be used with text only. Do not pass complex content or custom components.
13360
+ * Ensure to always pass a title. It's currently marked as optional for backwards compatibility.
13361
+ * In a future major release, this will be required.
13362
+ */
12839
13363
  title?: ReactNode;
13364
+ /**
13365
+ * Main component text. Accepts text, text block elements such as `<p>`, and inline elements such as `<span>`, `<strong>`, `<em>` or `<EuiLink>`.
13366
+ * Avoid passing complex layouts or custom components. Use `children` instead.
13367
+ */
13368
+ text?: ReactNode;
13369
+ /**
13370
+ * Can be used for additional, non-inline content. Use sparingly, as callouts are not meant to have complex content.
13371
+ * Where possible, use `text` and `actionProps` instead to display text and actions.
13372
+ */
13373
+ children?: ReactNode;
13374
+ /**
13375
+ * Defines a custom icon to be displayed.
13376
+ * When no `iconType` is set, a default icon will be used based on the `color` of the callout.
13377
+ */
12840
13378
  iconType?: IconType;
12841
- color?: Color;
12842
- size?: Size;
12843
- heading?: Heading;
13379
+ color?: EuiCallOutColor;
13380
+ size?: EuiCallOutSize;
13381
+ heading?: EuiCallOutHeading;
12844
13382
  /**
12845
13383
  * Passing an `onDismiss` callback will render a cross in the top right hand corner
12846
13384
  * of the callout.
@@ -12860,12 +13398,20 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
12860
13398
  * @default false
12861
13399
  */
12862
13400
  announceOnMount?: boolean;
13401
+ /**
13402
+ * Props for primary and secondary actions within the callout.
13403
+ */
13404
+ actionProps?: {
13405
+ primary?: EuiCallOutActionPrimaryProps;
13406
+ secondary?: EuiCallOutActionSecondaryProps;
13407
+ };
12863
13408
  } & React.RefAttributes<HTMLDivElement>>;
12864
13409
 
12865
13410
  }
12866
13411
  declare module '@elastic/eui/src/components/call_out' {
12867
13412
  export type { EuiCallOutProps } from '@elastic/eui/src/components/call_out/call_out';
12868
13413
  export { EuiCallOut } from '@elastic/eui/src/components/call_out/call_out';
13414
+ export type { EuiCallOutColor, EuiCallOutSize, EuiCallOutHeading, } from '@elastic/eui/src/components/call_out/types';
12869
13415
 
12870
13416
  }
12871
13417
  declare module '@elastic/eui/src/components/form/form' {
@@ -20222,358 +20768,6 @@ declare module '@elastic/eui/src/components/focus_trap' {
20222
20768
  export type { EuiFocusTrapProps, FocusTarget } from '@elastic/eui/src/components/focus_trap/focus_trap';
20223
20769
  export { EuiFocusTrap } from '@elastic/eui/src/components/focus_trap/focus_trap';
20224
20770
 
20225
- }
20226
- declare module '@elastic/eui/src/components/observer/mutation_observer/mutation_observer' {
20227
- import { ReactNode, FunctionComponent } from 'react';
20228
- export interface EuiMutationObserverProps {
20229
- /**
20230
- * ReactNode to render as this component's content
20231
- */
20232
- children: (ref: (e: HTMLElement | null) => void) => ReactNode;
20233
- onMutation: MutationCallback;
20234
- observerOptions?: MutationObserverInit;
20235
- }
20236
- export const EuiMutationObserver: FunctionComponent<EuiMutationObserverProps>;
20237
- export const useMutationObserver: (container: Element | null, callback: MutationCallback, observerOptions?: MutationObserverInit) => void;
20238
-
20239
- }
20240
- declare module '@elastic/eui/src/components/observer/mutation_observer' {
20241
- export type { EuiMutationObserverProps } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
20242
- export { EuiMutationObserver, useMutationObserver } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
20243
-
20244
- }
20245
- declare module '@elastic/eui/src/components/outside_click_detector/outside_click_detector' {
20246
- import { MouseEvent as ReactMouseEvent, ReactElement } from 'react';
20247
- export interface EuiEvent extends Event {
20248
- euiGeneratedBy: string[];
20249
- }
20250
- export interface EuiOutsideClickDetectorProps {
20251
- /**
20252
- * ReactNode to render as this component's content
20253
- */
20254
- children: ReactElement<any>;
20255
- onOutsideClick: (event: Event) => void;
20256
- isDisabled?: boolean;
20257
- onMouseDown?: (event: ReactMouseEvent) => void;
20258
- onMouseUp?: (event: ReactMouseEvent) => void;
20259
- onTouchStart?: (event: ReactMouseEvent) => void;
20260
- onTouchEnd?: (event: ReactMouseEvent) => void;
20261
- }
20262
- export const EuiOutsideClickDetector: import("react").ForwardRefExoticComponent<EuiOutsideClickDetectorProps & import("react").RefAttributes<HTMLElement>>;
20263
-
20264
- }
20265
- declare module '@elastic/eui/src/components/outside_click_detector' {
20266
- export type { EuiOutsideClickDetectorProps } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
20267
- export { EuiOutsideClickDetector } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
20268
-
20269
- }
20270
- declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow.styles' {
20271
- import { UseEuiTheme } from '@elastic/eui/src/services';
20272
- export const euiPopoverArrowStyles: (euiThemeContext: UseEuiTheme) => {
20273
- top: import("@emotion/react").SerializedStyles;
20274
- bottom: import("@emotion/react").SerializedStyles;
20275
- left: import("@emotion/react").SerializedStyles;
20276
- right: import("@emotion/react").SerializedStyles;
20277
- euiPopoverArrowWrapper: import("@emotion/react").SerializedStyles;
20278
- euiPopoverArrow: import("@emotion/react").SerializedStyles;
20279
- };
20280
-
20281
- }
20282
- declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow' {
20283
- import { HTMLAttributes, FunctionComponent } from 'react';
20284
- import { CommonProps } from '@elastic/eui/src/components/common';
20285
- export const POSITIONS: readonly ["top", "left", "right", "bottom"];
20286
- export type EuiPopoverArrowPositions = (typeof POSITIONS)[number];
20287
- export type EuiPopoverArrowProps = HTMLAttributes<HTMLDivElement> & CommonProps & {
20288
- position: EuiPopoverArrowPositions;
20289
- };
20290
- export const EuiPopoverArrow: FunctionComponent<EuiPopoverArrowProps>;
20291
-
20292
- }
20293
- declare module '@elastic/eui/src/components/popover/popover_arrow' {
20294
- export type { EuiPopoverArrowProps, EuiPopoverArrowPositions, } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
20295
- export { EuiPopoverArrow } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
20296
-
20297
- }
20298
- declare module '@elastic/eui/src/components/popover/popover.styles' {
20299
- export const euiPopoverStyles: () => {
20300
- euiPopover: import("@emotion/react").SerializedStyles;
20301
- };
20302
-
20303
- }
20304
- declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel.styles' {
20305
- import { UseEuiTheme } from '@elastic/eui/src/services';
20306
- export const openAnimationTiming = "slow";
20307
- /**
20308
- * 1. Can expand further, but it looks weird if it's smaller than the originating button.
20309
- * 2. Animation happens on the panel. But don't animate position when using the attached mode like for inputs
20310
- * 3. Make sure the panel stays within the window.
20311
- * 4. Make the popover lighter on dark mode (too hard to distinguish from plain bgs otherwise), and set a CSS var for the arrow to use
20312
- */
20313
- export const euiPopoverPanelStyles: (euiThemeContext: UseEuiTheme) => {
20314
- euiPopover__panel: import("@emotion/react").SerializedStyles;
20315
- isOpen: import("@emotion/react").SerializedStyles;
20316
- light: import("@emotion/react").SerializedStyles;
20317
- dark: import("@emotion/react").SerializedStyles;
20318
- hasTransform: {
20319
- hasTransform: import("@emotion/react").SerializedStyles;
20320
- top: import("@emotion/react").SerializedStyles;
20321
- bottom: import("@emotion/react").SerializedStyles;
20322
- left: import("@emotion/react").SerializedStyles;
20323
- right: import("@emotion/react").SerializedStyles;
20324
- };
20325
- isAttached: {
20326
- isAttached: import("@emotion/react").SerializedStyles;
20327
- top: import("@emotion/react").SerializedStyles;
20328
- bottom: import("@emotion/react").SerializedStyles;
20329
- readonly left: import("@emotion/react").SerializedStyles;
20330
- readonly right: import("@emotion/react").SerializedStyles;
20331
- };
20332
- };
20333
-
20334
- }
20335
- declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel' {
20336
- import React, { FunctionComponent } from 'react';
20337
- import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
20338
- import { _EuiPanelDivlike } from '@elastic/eui/src/components/panel/panel';
20339
- import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
20340
- export const EuiPopoverPanelContext: React.Context<{
20341
- paddingSize: EuiPaddingSize;
20342
- }>;
20343
- export type EuiPopoverPanelProps = _EuiPanelDivlike;
20344
- type EuiPopoverPanelInternalProps = {
20345
- isOpen?: boolean;
20346
- isAttached?: boolean;
20347
- position?: EuiPopoverArrowPositions | null;
20348
- };
20349
- /**
20350
- * *INTERNAL ONLY*
20351
- * Purely for re-use of styling
20352
- */
20353
- export const EuiPopoverPanel: FunctionComponent<EuiPopoverPanelProps & EuiPopoverPanelInternalProps>;
20354
- export {};
20355
-
20356
- }
20357
- declare module '@elastic/eui/src/components/popover/popover_panel' {
20358
- export { EuiPopoverPanel } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
20359
-
20360
- }
20361
- declare module '@elastic/eui/src/components/popover/popover' {
20362
- import React, { Component, KeyboardEvent, CSSProperties, HTMLAttributes, ReactNode, Ref, RefCallback, PropsWithChildren, ContextType } from 'react';
20363
- import { type FocusableElement } from 'tabbable';
20364
- import { CommonProps, NoArgCallback } from '@elastic/eui/src/components/common';
20365
- import { FocusTarget, EuiFocusTrapProps } from '@elastic/eui/src/components/focus_trap';
20366
- import { EuiPopoverPosition } from '@elastic/eui/src/services/popover';
20367
- import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
20368
- import { EuiPopoverPanelProps } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
20369
- import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
20370
- import { EuiComponentDefaultsContext } from '@elastic/eui/src/components/provider/component_defaults';
20371
- export const popoverAnchorPosition: readonly ["upCenter", "upLeft", "upRight", "downCenter", "downLeft", "downRight", "leftCenter", "leftUp", "leftDown", "rightCenter", "rightUp", "rightDown"];
20372
- export type PopoverAnchorPosition = (typeof popoverAnchorPosition)[number];
20373
- export interface EuiPopoverProps extends PropsWithChildren, CommonProps {
20374
- /**
20375
- * Alignment of the popover and arrow relative to the button
20376
- * @default downLeft
20377
- */
20378
- anchorPosition?: PopoverAnchorPosition;
20379
- /**
20380
- * Style and position alteration for arrow-less attachment.
20381
- * Intended for use with inputs as anchors, e.g. EuiInputPopover
20382
- */
20383
- attachToAnchor?: boolean;
20384
- /**
20385
- * Triggering element for which to align the popover to
20386
- */
20387
- button: NonNullable<ReactNode>;
20388
- /**
20389
- * Callback to handle hiding of the popover
20390
- */
20391
- closePopover: NoArgCallback<void>;
20392
- /**
20393
- * Restrict the popover's position within this element
20394
- */
20395
- container?: HTMLElement;
20396
- /**
20397
- * CSS display type for both the popover and anchor
20398
- */
20399
- display?: CSSProperties['display'];
20400
- /**
20401
- * Object of props passed to EuiFocusTrap
20402
- */
20403
- focusTrapProps?: Partial<EuiFocusTrapProps>;
20404
- /**
20405
- * Show arrow indicating to originating button
20406
- * @default false
20407
- */
20408
- hasArrow?: boolean;
20409
- /**
20410
- * Specifies what element should initially have focus; Can be a DOM
20411
- * node, or a selector string (which will be passed to
20412
- * document.querySelector() to find the DOM node), or a function that
20413
- * returns a DOM node.
20414
- *
20415
- * If not passed, initial focus defaults to the popover panel.
20416
- */
20417
- initialFocus?: FocusTarget;
20418
- /**
20419
- * Passed directly to EuiPortal for DOM positioning. Both properties are
20420
- * required if prop is specified
20421
- */
20422
- insert?: {
20423
- sibling: HTMLElement;
20424
- position: 'before' | 'after';
20425
- };
20426
- /**
20427
- * Visibility state of the popover
20428
- */
20429
- isOpen?: boolean;
20430
- /**
20431
- * Traps tab focus within the popover contents
20432
- */
20433
- ownFocus?: boolean;
20434
- /**
20435
- * Custom class added to the EuiPanel containing the popover contents
20436
- */
20437
- panelClassName?: string;
20438
- /**
20439
- * EuiPanel padding on all sides
20440
- */
20441
- panelPaddingSize?: EuiPaddingSize;
20442
- /**
20443
- * Standard DOM `style` attribute. Passed to the EuiPanel
20444
- */
20445
- panelStyle?: CSSProperties;
20446
- /**
20447
- * Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
20448
- */
20449
- panelProps?: Omit<EuiPopoverPanelProps, 'style' | 'hasShadow' | 'hasBorder' | 'color'>;
20450
- panelRef?: RefCallback<HTMLElement | null>;
20451
- /**
20452
- * Optional screen reader instructions to announce upon popover open,
20453
- * in addition to EUI's default popover instructions for Escape on close.
20454
- * Useful for popovers that may have additional keyboard capabilities such as
20455
- * arrow navigation.
20456
- */
20457
- popoverScreenReaderText?: string | ReactNode;
20458
- popoverRef?: Ref<HTMLDivElement>;
20459
- /**
20460
- * When `true`, the popover's position is re-calculated when the user
20461
- * scrolls, this supports having fixed-position popover anchors. When nesting
20462
- * an `EuiPopover` in a scrollable container, `repositionOnScroll` should be `true`
20463
- */
20464
- repositionOnScroll?: boolean;
20465
- /**
20466
- * By default, popovers will attempt to position themselves along the initial
20467
- * axis specified. If there is not enough room either vertically or horizontally
20468
- * however, the popover will attempt to reposition itself along the secondary
20469
- * cross axis if there is room there instead.
20470
- *
20471
- * If you do not want this repositioning to occur (and it is acceptable for
20472
- * the popover to appear offscreen), set this to false to disable this behavior.
20473
- *
20474
- * @default true
20475
- */
20476
- repositionToCrossAxis?: boolean;
20477
- /**
20478
- * By default, popover content inherits the z-index of the anchor
20479
- * component; pass `zIndex` to override
20480
- */
20481
- zIndex?: number;
20482
- /**
20483
- * Distance away from the anchor that the popover will render
20484
- * @default 4 (0 when `hasArrow=true`)
20485
- */
20486
- offset?: number;
20487
- /**
20488
- * Minimum distance between the popover and the bounding container;
20489
- * Pass an array of 4 values to adjust each side differently: `[top, right, bottom, left]`
20490
- * @default 16
20491
- */
20492
- buffer?: number | [number, number, number, number];
20493
- /**
20494
- * Element to pass as the child element of the arrow;
20495
- * Use case is typically limited to an accompanying `EuiBeacon`
20496
- */
20497
- arrowChildren?: ReactNode;
20498
- /**
20499
- * Provide a name to the popover panel
20500
- */
20501
- 'aria-label'?: string;
20502
- /**
20503
- * Alternative option to `aria-label` that takes an `id`.
20504
- * Usually takes the `id` of the popover title
20505
- */
20506
- 'aria-labelledby'?: string;
20507
- /**
20508
- * Function callback for when the popover positon changes
20509
- */
20510
- onPositionChange?: (position: EuiPopoverPosition) => void;
20511
- }
20512
- export function getPopoverPositionFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
20513
- export function getPopoverAlignFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
20514
- export type Props = EuiPopoverProps & HTMLAttributes<HTMLDivElement>;
20515
- interface State {
20516
- prevProps: {
20517
- isOpen?: boolean;
20518
- };
20519
- suppressingPopover?: boolean;
20520
- isClosing: boolean;
20521
- isOpening: boolean;
20522
- popoverStyles: CSSProperties;
20523
- arrowStyles?: CSSProperties;
20524
- arrowPosition: EuiPopoverArrowPositions | null;
20525
- openPosition: any;
20526
- isOpenStable: boolean;
20527
- }
20528
- type PropsWithDefaults = Props & {
20529
- anchorPosition: PopoverAnchorPosition;
20530
- hasArrow: boolean;
20531
- isOpen: boolean;
20532
- ownFocus: boolean;
20533
- panelPaddingSize: EuiPaddingSize;
20534
- };
20535
- export class EuiPopover extends Component<Props, State> {
20536
- static contextType: React.Context<import ("@elastic/eui/src/components/provider/component_defaults").EuiComponentDefaults>;
20537
- context: ContextType<typeof EuiComponentDefaultsContext>;
20538
- private repositionOnScroll;
20539
- static defaultProps: Partial<PropsWithDefaults>;
20540
- static getDerivedStateFromProps(nextProps: Props, prevState: State): Partial<State> | null;
20541
- private repositionTimeout;
20542
- private strandedFocusTimeout;
20543
- private closingTransitionTimeout;
20544
- private closingTransitionAnimationFrame;
20545
- private button;
20546
- private panel;
20547
- private idGenerator;
20548
- private panelId;
20549
- private descriptionId;
20550
- constructor(props: Props);
20551
- closePopover: () => void;
20552
- onEscapeKey: (event: Event) => void;
20553
- getFocusableToggleButton: () => FocusableElement | undefined;
20554
- handleStrandedFocus: () => void;
20555
- onKeyDown: (event: KeyboardEvent) => void;
20556
- onClickOutside: (event: Event) => void;
20557
- onOpenPopover: () => void;
20558
- /**
20559
- * Updates ARIA attributes on the popover trigger button
20560
- * Only applies ARIA when the trigger is button-like (semantic <button> or role="button").
20561
- * Avoids adding incorrect ARIA on inputs or other non-button elements.
20562
- */
20563
- private updateTriggerButtonAriaAttributes;
20564
- componentDidMount(): void;
20565
- componentDidUpdate(prevProps: Props): void;
20566
- componentWillUnmount(): void;
20567
- onMutation: (records: MutationRecord[]) => void;
20568
- positionPopover: (allowEnforcePosition: boolean) => void;
20569
- positionPopoverFixed: () => void;
20570
- positionPopoverFluid: () => void;
20571
- panelRef: (node: HTMLElement | null) => void;
20572
- popoverRef: (node: HTMLDivElement | null) => void;
20573
- render(): React.JSX.Element;
20574
- }
20575
- export {};
20576
-
20577
20771
  }
20578
20772
  declare module '@elastic/eui/src/components/popover/input_popover' {
20579
20773
  import React, { FunctionComponent, HTMLAttributes } from 'react';
@@ -21755,6 +21949,9 @@ declare module '@elastic/eui/src/services/window_event/hooks' {
21755
21949
  declare module '@elastic/eui/src/services/window_event/window_event' {
21756
21950
  type EventNames = keyof WindowEventMap;
21757
21951
  interface Props<Ev extends EventNames> {
21952
+ /**
21953
+ * The window event to listen for. Accepts any event name from TypeScript's [WindowEventMap](https://github.com/microsoft/TypeScript/blob/68cead182cc24afdc3f1ce7c8ff5853aba14b65a/lib/lib.dom.d.ts#L26898-L26906).
21954
+ */
21758
21955
  event: Ev;
21759
21956
  handler: (this: Window, ev: WindowEventMap[Ev]) => any;
21760
21957
  }
@@ -31110,6 +31307,63 @@ declare module '@elastic/eui/src/components/image' {
31110
31307
  export type { EuiImageProps } from '@elastic/eui/src/components/image/image_types';
31111
31308
  export { EuiImage } from '@elastic/eui/src/components/image/image';
31112
31309
 
31310
+ }
31311
+ declare module '@elastic/eui/src/components/illustration/illustration.styles' {
31312
+ import { UseEuiTheme } from '@elastic/eui/src/services';
31313
+ export const euiIllustrationStyles: (_euiThemeContext: UseEuiTheme) => {
31314
+ euiIllustration: import("@emotion/react").SerializedStyles;
31315
+ fullWidth: import("@emotion/react").SerializedStyles;
31316
+ };
31317
+
31318
+ }
31319
+ declare module '@elastic/eui/src/components/illustration/illustration' {
31320
+ import { FunctionComponent, HTMLAttributes } from 'react';
31321
+ import { CommonProps } from '@elastic/eui/src/components/common';
31322
+ /**
31323
+ * The data contract for an illustration asset (e.g. an export from `@elastic/eui-illustrations`).
31324
+ * It is declared here so that `@elastic/eui` does not depend on the illustrations package.
31325
+ * The illustrations package can be released independently as long as its assets satisfy this shape.
31326
+ *
31327
+ * @remarks
31328
+ * The `light`/`dark` markup is inlined via `dangerouslySetInnerHTML`. Only pass
31329
+ * trusted, package-authored SVGs — never untrusted or user-supplied markup, as
31330
+ * it would be rendered as-is and could introduce an XSS vulnerability.
31331
+ */
31332
+ export interface EuiIllustrationSource {
31333
+ /** Unique id for the illustration. */
31334
+ readonly id: string;
31335
+ /** Human-readable title, used as the default accessible label. */
31336
+ readonly title: string;
31337
+ /** Trusted SVG markup for the light color mode. Inlined verbatim — see the interface's security note. */
31338
+ readonly light: string;
31339
+ /** Trusted SVG markup for the dark color mode. Inlined verbatim — see the interface's security note. */
31340
+ readonly dark: string;
31341
+ }
31342
+ export type EuiIllustrationProps = Omit<HTMLAttributes<HTMLSpanElement>, 'children'> & CommonProps & {
31343
+ /**
31344
+ * The illustration asset to render, typically imported from
31345
+ * `@elastic/eui-illustrations`.
31346
+ */
31347
+ type: EuiIllustrationSource;
31348
+ /**
31349
+ * Accessible label for the illustration. Defaults to the illustration's
31350
+ * `title`. Pass an empty string to mark the illustration as decorative.
31351
+ */
31352
+ alt?: string;
31353
+ /**
31354
+ * When `true`, stretches the SVG to fill the full width of its container.
31355
+ * When `false`, the SVG maintains its intrinsic width.
31356
+ * Defaults to `true`.
31357
+ */
31358
+ fullWidth?: boolean;
31359
+ };
31360
+ export const EuiIllustration: FunctionComponent<EuiIllustrationProps>;
31361
+
31362
+ }
31363
+ declare module '@elastic/eui/src/components/illustration' {
31364
+ export type { EuiIllustrationProps, EuiIllustrationSource, } from '@elastic/eui/src/components/illustration/illustration';
31365
+ export { EuiIllustration } from '@elastic/eui/src/components/illustration/illustration';
31366
+
31113
31367
  }
31114
31368
  declare module '@elastic/eui/src/components/skeleton/skeleton_loading' {
31115
31369
  import { FunctionComponent, HTMLAttributes, ReactElement } from 'react';
@@ -35209,6 +35463,10 @@ declare module '@elastic/eui/src/components/search_bar/search_filters' {
35209
35463
  query: Query;
35210
35464
  onChange: (query: Query) => void;
35211
35465
  filters: SearchFilterConfig[];
35466
+ /**
35467
+ * When `true`, creates a shorter height filter group
35468
+ */
35469
+ compressed?: boolean;
35212
35470
  }
35213
35471
  export const EuiSearchBarFilters: FunctionComponent<EuiSearchBarFiltersProps>;
35214
35472
 
@@ -35220,7 +35478,7 @@ declare module '@elastic/eui/src/components/search_bar/search_bar.styles' {
35220
35478
 
35221
35479
  }
35222
35480
  declare module '@elastic/eui/src/components/search_bar/search_bar' {
35223
- import React, { Component, ReactElement } from 'react';
35481
+ import React, { ReactElement } from 'react';
35224
35482
  import { SearchFilterConfig } from '@elastic/eui/src/components/search_bar/search_filters';
35225
35483
  import { Query } from '@elastic/eui/src/components/search_bar/query';
35226
35484
  import { CommonProps } from '@elastic/eui/src/components/common';
@@ -35295,27 +35553,20 @@ declare module '@elastic/eui/src/components/search_bar/search_bar' {
35295
35553
  content: React.ReactNode;
35296
35554
  popoverProps?: HintPopOverProps;
35297
35555
  };
35556
+ /**
35557
+ * When `true`, creates a shorter height search bar and filters
35558
+ */
35559
+ compressed?: boolean;
35560
+ /**
35561
+ * Shows a built-in tooltip when an invalid query is typed.
35562
+ * If set to `false`, consumers should provide an alternative way to surface and announce parse errors.
35563
+ */
35564
+ showErrorTooltip?: boolean;
35298
35565
  }
35299
- interface State {
35300
- query: Query;
35301
- queryText: string;
35302
- error: null | Error;
35303
- isHintVisible: boolean;
35304
- }
35305
- type NotifyControllingParent = Pick<State, 'queryText' | 'error'> & {
35306
- query: Query | null;
35566
+ export const EuiSearchBar: {
35567
+ (props: EuiSearchBarProps): React.JSX.Element;
35568
+ Query: typeof Query;
35307
35569
  };
35308
- export class EuiSearchBar extends Component<EuiSearchBarProps, State> {
35309
- static Query: typeof Query;
35310
- hintId: string;
35311
- constructor(props: EuiSearchBarProps);
35312
- static getDerivedStateFromProps(nextProps: EuiSearchBarProps, prevState: State): State | null;
35313
- notifyControllingParent(newState: NotifyControllingParent): void;
35314
- onSearch: (queryText: string) => void;
35315
- onFiltersChange: (query: Query) => void;
35316
- renderTools(tools?: Tools): React.JSX.Element | React.JSX.Element[] | undefined;
35317
- render(): React.JSX.Element;
35318
- }
35319
35570
 
35320
35571
  }
35321
35572
  declare module '@elastic/eui/src/components/search_bar' {
@@ -36583,55 +36834,6 @@ declare module '@elastic/eui/src/components/toast/toast.styles' {
36583
36834
  hasDismissButton: import("@emotion/react").SerializedStyles;
36584
36835
  };
36585
36836
 
36586
- }
36587
- declare module '@elastic/eui/src/components/notification_icon/assets/info_fill' {
36588
- import * as React from 'react';
36589
- import type { SVGProps } from 'react';
36590
- interface SVGRProps {
36591
- title?: string;
36592
- titleId?: string;
36593
- }
36594
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
36595
- export {};
36596
-
36597
- }
36598
- declare module '@elastic/eui/src/components/notification_icon/assets/warning_static' {
36599
- import * as React from 'react';
36600
- import type { SVGProps } from 'react';
36601
- interface SVGRProps {
36602
- title?: string;
36603
- titleId?: string;
36604
- }
36605
- export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
36606
- export {};
36607
-
36608
- }
36609
- declare module '@elastic/eui/src/components/notification_icon/notification_icon.styles' {
36610
- import { UseEuiTheme } from '@elastic/eui/src/services';
36611
- export const euiNotificationIconStyles: ({ euiTheme }: UseEuiTheme) => {
36612
- euiNotificationIcon: import("@emotion/react").SerializedStyles;
36613
- size: {
36614
- l: import("@emotion/react").SerializedStyles;
36615
- };
36616
- };
36617
-
36618
- }
36619
- declare module '@elastic/eui/src/components/notification_icon/notification_icon' {
36620
- import { FunctionComponent } from 'react';
36621
- import { CommonProps } from '@elastic/eui/src/components/common';
36622
- import { IconType } from '@elastic/eui/src/components/icon/icon'; const TYPES: readonly ["info", "success", "warning", "error"];
36623
- export type EuiNotificationIconType = (typeof TYPES)[number];
36624
- export const NOTIFICATION_ICONS_MAP: Record<EuiNotificationIconType, {
36625
- name: string;
36626
- icon: IconType;
36627
- }>;
36628
- export type EuiNotificationIconProps = CommonProps & {
36629
- type: EuiNotificationIconType;
36630
- size?: 'm' | 'l';
36631
- };
36632
- export const EuiNotificationIcon: FunctionComponent<EuiNotificationIconProps>;
36633
- export {};
36634
-
36635
36837
  }
36636
36838
  declare module '@elastic/eui/src/components/toast/types' {
36637
36839
  export const COLORS: readonly ["primary", "success", "warning", "danger"];
@@ -36866,6 +37068,7 @@ declare module '@elastic/eui/src/components' {
36866
37068
  export * from '@elastic/eui/src/components/horizontal_rule';
36867
37069
  export * from '@elastic/eui/src/components/icon';
36868
37070
  export * from '@elastic/eui/src/components/image';
37071
+ export * from '@elastic/eui/src/components/illustration';
36869
37072
  export * from '@elastic/eui/src/components/inner_text';
36870
37073
  export * from '@elastic/eui/src/components/inline_edit';
36871
37074
  export * from '@elastic/eui/src/components/i18n';