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