import type { PluginOption } from 'vite';
declare const vitePluginVueIcons: () => PluginOption;
export default vitePluginVueIcons;
