import { App } from 'vue';
import PGlobalNavItem from '../../components/GlobalNavItem/PGlobalNavItem.vue';
declare const install: (app: App) => void;
export { PGlobalNavItem, install };
