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