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