import { IconSet } from "./index.js"; /** * Merge icon sets */ declare function mergeIconSets(oldIcons: IconSet, newIcons: IconSet): IconSet; export { mergeIconSets };