import type { PluginFn } from 'edge.js/types';
import { EdgeIconifyOptions } from './src/types.js';
/**
 * Edge plugin to work with Iconify icon sets
 */
export declare const edgeIconify: PluginFn<EdgeIconifyOptions>;
export { addCollection, addIcon } from '@iconify/iconify';
