import type { IconValue } from '../../agStack/interfaces/iIcon'; import type { ValidationModuleName } from '../../interfaces/iModule'; import type { IconName } from '../../utils/icon'; export declare const ICON_VALUES: Record; export declare const ICON_MODULES: Record; export declare const DEPRECATED_ICONS_V33: Set;