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; export { addCollection, addIcon } from 'iconify-icon';