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