import { PartialExtendedIconifyIcon } from './defaults.js'; import '@iconify/types'; /** * Merge icon and alias * * Can also be used to merge default values and icon */ declare function mergeIconData(parent: T, child: PartialExtendedIconifyIcon): T; export { mergeIconData };