import { LabIcon } from '@jupyterlab/ui-components'; /** * Built-in icons keyed by the agent's id, used to resolve the icon for an * agent declared without an inline `iconSvg` override (i.e. one of xtralab's * defaults). Custom agents added via settings can either supply their own * `iconSvg` or fall back to the generic terminal icon. */ export declare const BUILTIN_AGENT_ICONS: Record; /** * Built-in icons keyed by the editor's id, used to resolve the icon for a * built-in editor (Neovim, Vim) declared without an inline `iconSvg`. Custom * editors added via settings can supply their own `iconSvg` or fall back to * the generic text-editor icon. */ export declare const BUILTIN_EDITOR_ICONS: Record;