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