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