import type { CmsIcon } from "../../../types/index.js"; export declare const remapIcon: (iconToRemap: string | CmsIcon | null | undefined) => CmsIcon | null;