import { Plugin } from 'vite';
declare function codeNavigation (componentNames:string[]) : Plugin
export { codeNavigation as default };