import type { IconName } from "../iconNames";
import type { IconNextName } from "../next/generated/manifest";
/**
 * Maps legacy ("current") Blueprint icon names to their next-generation
 * (`@blueprintjs/icons/next`) equivalents. Generated from `icons-name-map.json`.
 */
export declare const LegacyToIconNextNameMap: Record<IconName, IconNextName>;
