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