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