import type { IndexMap } from '../utils/indexFile.js'; export declare const convertToLoader: (indexMap: IndexMap, iconStoreImportPath?: string, namespaced?: boolean) => string;