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